[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49327] [PATCH core-updates 116/128] gnu: mypaint: Add 'bash' input
From: |
Maxime Devos |
Subject: |
[bug#49327] [PATCH core-updates 116/128] gnu: mypaint: Add 'bash' input for 'wrap-program'. |
Date: |
Fri, 2 Jul 2021 12:13:12 +0200 |
It is required for cross-compilation.
* gnu/packages/image.scm
(mypaint)[inputs]: Add 'bash-minimal'.
---
gnu/packages/image.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f009a30d53..e0f2c3e85c 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -52,6 +52,7 @@
#:use-module (gnu packages assembly)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
@@ -2300,7 +2301,8 @@ GIF, TIFF, WEBP, BMP, PNG, XPM formats.")
("swig" ,swig)
("gettext" ,gettext-minimal)))
(inputs
- `(("gtk+" ,gtk+)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("gtk+" ,gtk+)
("gdk-pixbuf" ,gdk-pixbuf+svg)
("hicolor-icon-theme" ,hicolor-icon-theme)
("libmypaint" ,libmypaint)
--
2.32.0
- [bug#49327] [PATCH core-updates 113/128] gnu: guile-wm: Add 'bash' input for 'wrap-program'., (continued)
- [bug#49327] [PATCH core-updates 113/128] gnu: guile-wm: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 093/128] gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 097/128] gnu: education: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 100/128] gnu: po4a: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 102/128] gnu: gnome-shell-extension-gsconnect: Add 'bash' input., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 103/128] gnu: gnucash: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 114/128] gnu: raincat: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 106/128] gnu: gnuzilla: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 107/128] gnu: gpodder: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 119/128] gnu: orange: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 116/128] gnu: mypaint: Add 'bash' input for 'wrap-program'.,
Maxime Devos <=
- [bug#49327] [PATCH core-updates 123/128] gnu: presentty: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 118/128] gnu: python-git-review: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 104/128] gnu: windowmaker: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 108/128] gnu: gpsd: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 111/128] gnu: groff: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 117/128] gnu: inkscape-1.0: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 120/128] gnu: akku: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 115/128] gnu: itk-snap: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 121/128] gnu: piet: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 112/128] gnu: gtk-doc: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02