mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
3767eb036a
commit
1ef5cd24a6
1 changed files with 4 additions and 2 deletions
|
@ -58,8 +58,10 @@
|
||||||
(define guix-packages
|
(define guix-packages
|
||||||
(filter-map input->package
|
(filter-map input->package
|
||||||
(fold alist-delete (package-direct-inputs guix)
|
(fold alist-delete (package-direct-inputs guix)
|
||||||
;; These are not essential and do not build yet.
|
;; These are not essential and do not build yet,
|
||||||
'("graphviz" "guile-avahi" "po4a"))))
|
'("graphviz" "guile-avahi" "po4a"
|
||||||
|
;; or are linux-only.
|
||||||
|
"slirp4netns"))))
|
||||||
|
|
||||||
(define hurd-packages
|
(define hurd-packages
|
||||||
(filter-map input->package
|
(filter-map input->package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue