summaryrefslogtreecommitdiff
path: root/gnu/system/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/examples')
-rw-r--r--gnu/system/examples/devel-hurd.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/system/examples/devel-hurd.tmpl b/gnu/system/examples/devel-hurd.tmpl
index 77b2f4f3bd1..acdf141a48c 100644
--- a/gnu/system/examples/devel-hurd.tmpl
+++ b/gnu/system/examples/devel-hurd.tmpl
@@ -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