mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gimp-next: Update to 3.0.0-RC1.
* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC1. [inputs]: Add python-pygobject. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
70caf73108
commit
d1dd176af5
1 changed files with 3 additions and 3 deletions
|
@ -424,7 +424,7 @@ (define-public gimp-next
|
|||
(package
|
||||
(inherit gimp)
|
||||
(name "gimp-next")
|
||||
(version "2.99.18")
|
||||
(version "3.0.0-RC1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -432,7 +432,7 @@ (define-public gimp-next
|
|||
(version-major+minor version)
|
||||
"/gimp-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0vnvdl7x88njyyxkbgdbhz6jwz1qasrxh0fpwk6x1m609alvf6wc"))))
|
||||
(base32 "0rpvbyfd6fyaz4bz9isr9h0l0ckz741p0hgkmagpi3p3qmjb5l5k"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:modules `((ice-9 popen)
|
||||
|
@ -459,7 +459,7 @@ (define-public gimp-next
|
|||
(inputs (modify-inputs (package-inputs gimp)
|
||||
(replace "gtk+" gtk+)
|
||||
(prepend libxmu libxt)
|
||||
(prepend python gjs)
|
||||
(prepend python python-pygobject gjs)
|
||||
(prepend libxslt)))
|
||||
(native-inputs (modify-inputs (package-native-inputs gimp)
|
||||
(prepend appstream-glib
|
||||
|
|
Loading…
Reference in a new issue