GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #260 received at 49327 <at> debbugs.gnu.org (full text, mbox):
It is required for cross-compilation.
* gnu/packages/graphviz.scm
(xdot)[inputs]: Add 'bash-minimal'.
---
gnu/packages/graphviz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 34d6434f60..71a7c1bdd6 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -35,6 +35,7 @@
#:use-module (guix utils)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
@@ -361,6 +362,7 @@ Graphviz and LaTeX.")
#t)))))
(inputs
`(("atk" ,atk)
+ ("bash" ,bash-minimal) ; for wrap-program
("gdk-pixbuf" ,gdk-pixbuf+svg)
("graphviz" ,graphviz)
("gtk+" ,gtk+)
--
2.32.0
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.