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
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

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