mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: gjs: Update to 1.58.3.
* gnu/packages/gnome.scm (gjs): Update to 1.58.3. [native-inputs]: Add dconf. (cherry picked from commit be62a1b5a5d0d2c237beae6ddafebe9c6ef887fa)
This commit is contained in:
parent
9064cde1a9
commit
76e1830c03
1 changed files with 3 additions and 2 deletions
|
@ -5815,7 +5815,7 @@ (define-public gnome-session
|
||||||
(define-public gjs
|
(define-public gjs
|
||||||
(package
|
(package
|
||||||
(name "gjs")
|
(name "gjs")
|
||||||
(version "1.56.2")
|
(version "1.58.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -5823,7 +5823,7 @@ (define-public gjs
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b5321krn89p3f7s2ik6gpfnc61apzljhlnbqky8c88f7n6832ac"))))
|
"1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -5853,6 +5853,7 @@ (define-public gjs
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
;; For testing
|
;; For testing
|
||||||
("dbus-launch" ,dbus)
|
("dbus-launch" ,dbus)
|
||||||
|
("dconf" ,dconf) ; required to properly store settings
|
||||||
("uuidgen" ,util-linux)
|
("uuidgen" ,util-linux)
|
||||||
("xvfb" ,xorg-server-for-tests)))
|
("xvfb" ,xorg-server-for-tests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue