guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 561ed8814fd0f1c814c2b693db19a5223f59284b
Author: Yelninei <[email protected]>
AuthorDate: Fri Jan 2 10:39:18 2026 +0000
maint: Build all guix dependencies in the hurd manifest.
* etc/manifests/hurd.scm (guix-dependencies): Don't filter out locales,
graphviz and po4a.
Change-Id: I6f99697a057c48868b65b372bac26fba79021134
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
etc/manifests/hurd.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/etc/manifests/hurd.scm b/etc/manifests/hurd.scm
index cb6b82d5f8..327cc434ae 100644
--- a/etc/manifests/hurd.scm
+++ b/etc/manifests/hurd.scm
@@ -45,9 +45,7 @@
(_ #f)))
(define guix-dependencies
- (filter-map input->package
- (fold alist-delete (package-direct-inputs guix)
- '("glibc-utf8-locales" "graphviz" "po4a"))))
+ (filter-map input->package (package-direct-inputs guix)))
(define (package-without-tests p)
(package/inherit p