mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: glib: Update to 2.68.3.
* gnu/packages/glib.scm (glib): Update to 2.68.3 and remove a left over comment.
This commit is contained in:
parent
fab1aa3a46
commit
410e9f1dbd
1 changed files with 2 additions and 6 deletions
|
@ -178,7 +178,7 @@ (define dbus
|
||||||
(define glib
|
(define glib
|
||||||
(package
|
(package
|
||||||
(name "glib")
|
(name "glib")
|
||||||
(version "2.68.0")
|
(version "2.68.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -187,7 +187,7 @@ (define glib
|
||||||
name "/" (string-take version 4) "/"
|
name "/" (string-take version 4) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sh3h6b734cxhdd1qlzvhxq6rc7k73dsisap5y3s419s9xc4ywv7"))
|
(base32 "0f1iprj7v0b5wn9njj39dkl25g6filfs7i4ybk20jq821k1a7qg7"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "glib-appinfo-watch.patch"
|
(search-patches "glib-appinfo-watch.patch"
|
||||||
"glib-skip-failing-test.patch"))
|
"glib-skip-failing-test.patch"))
|
||||||
|
@ -291,10 +291,6 @@ (define glib
|
||||||
(("bindir=\\$\\{prefix\\}/bin") "")
|
(("bindir=\\$\\{prefix\\}/bin") "")
|
||||||
(("=\\$\\{bindir\\}/") "="))
|
(("=\\$\\{bindir\\}/") "="))
|
||||||
#t))))))
|
#t))))))
|
||||||
;; TODO: see above for explanation.
|
|
||||||
;; #:configure-flags (list (string-append "--bindir="
|
|
||||||
;; (assoc-ref %outputs "bin")
|
|
||||||
;; "/bin"))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docbook-xsl" ,docbook-xsl)
|
`(("docbook-xsl" ,docbook-xsl)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue