mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gimp-3: Style inputs.
* gnu/packages/gimp.scm (gimp-3) [inputs]: Remove extraneous prepend usages. Change-Id: I5d6290ddf0030bd7cd0e5e0cd911874c63fc3ac3
This commit is contained in:
parent
6f9e15b913
commit
cda0f61304
1 changed files with 6 additions and 3 deletions
|
@ -481,9 +481,12 @@ that is extensible via a plugin system.")
|
|||
(eq? 'regular (stat:type stat))))))))))
|
||||
(inputs (modify-inputs (package-inputs gimp-2)
|
||||
(replace "gtk+" gtk+)
|
||||
(prepend libxmu libxt)
|
||||
(prepend python python-pygobject gjs)
|
||||
(prepend libxslt)))
|
||||
(prepend libxmu
|
||||
libxt
|
||||
python
|
||||
python-pygobject
|
||||
gjs
|
||||
libxslt)))
|
||||
(native-inputs (modify-inputs (package-native-inputs gimp-2)
|
||||
(prepend appstream-glib
|
||||
gi-docgen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue