1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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:
Maxim Cournoyer 2025-07-08 17:16:46 +09:00
parent cda0f61304
commit 2bf42827e8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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