mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: gimp-3: Add bash-minimal to inputs.
* gnu/packages/gimp.scm (gimp-3) [inputs]: Add bash-minimal. Change-Id: Ib091eb5ffb408e16648da6b3ab6bba0d5e96f4db
This commit is contained in:
parent
cda0f61304
commit
2bf42827e8
1 changed files with 2 additions and 1 deletions
|
@ -481,7 +481,8 @@ that is extensible via a plugin system.")
|
||||||
(eq? 'regular (stat:type stat))))))))))
|
(eq? 'regular (stat:type stat))))))))))
|
||||||
(inputs (modify-inputs (package-inputs gimp-2)
|
(inputs (modify-inputs (package-inputs gimp-2)
|
||||||
(replace "gtk+" gtk+)
|
(replace "gtk+" gtk+)
|
||||||
(prepend libxmu
|
(prepend bash-minimal
|
||||||
|
libxmu
|
||||||
libxt
|
libxt
|
||||||
python
|
python
|
||||||
python-pygobject
|
python-pygobject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue