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
View this message in rfc822 format
It is required for cross-compilation.
* gnu/packages/inkscape.scm
(inkscape-1.0)[inputs]: Add 'bash-minimal'.
---
gnu/packages/inkscape.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 713a0056b1..8f34680f62 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -31,6 +31,7 @@
#:use-module (guix build-system cmake)
#:use-module (gnu packages)
#:use-module (gnu packages aspell)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bdw-gc)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
@@ -263,6 +264,7 @@ endif()~%~%"
(inputs
`(("aspell" ,aspell)
("autotrace" ,autotrace)
+ ("bash" ,bash-minimal) ; for wrap-program
("gdl" ,gdl-minimal)
("gtkmm" ,gtkmm)
("gtk" ,gtk+)
--
2.32.0
This bug report was last modified 1 year and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.