1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

system: examples: devel-hurd64: Remove new Linux-specific dependency.

* gnu/system/examples/devel-hurd.tmpl (guix-packages): Also remove
slirp4netns; it is a Linux-specific dependency that does not build for the
Hurd.

Change-Id: I5bca0f44b32d09dd4baa86a6d47d33133a4339c6
This commit is contained in:
Janneke Nieuwenhuizen
2025-07-17 21:19:42 +02:00
parent 3767eb036a
commit 1ef5cd24a6

View File

@@ -58,8 +58,10 @@
(define guix-packages
(filter-map input->package
(fold alist-delete (package-direct-inputs guix)
;; These are not essential and do not build yet.
'("graphviz" "guile-avahi" "po4a"))))
;; These are not essential and do not build yet,
'("graphviz" "guile-avahi" "po4a"
;; or are linux-only.
"slirp4netns"))))
(define hurd-packages
(filter-map input->package