diff options
-rw-r--r-- | gnu/system/examples/devel-hurd.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/system/examples/devel-hurd.tmpl b/gnu/system/examples/devel-hurd.tmpl index 77b2f4f3bd..acdf141a48 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 |