mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
system: examples: devel-hurd: Avoid building graphviz-minimal.
This is a follow-up to commit
e54d574add
gnu: guix: Depend on 'graphviz-minimal'.
(and subsequent bumping of the guix package).
* gnu/system/examples/devel-hurd.tmpl (guix-packages): Also remove
graphviz-minimal.
Change-Id: Icae506f0a442ae44fbd98dc1974bf6571bddd883
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
(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" "graphviz-minimal" "guile-avahi" "po4a"
|
||||||
;; or are linux-only.
|
;; or are linux-only.
|
||||||
"slirp4netns"))))
|
"slirp4netns"))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user