mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libostree: Update to 2019.3.
* gnu/packages/package-management.scm (libostree): Update to 2019.3.
This commit is contained in:
parent
14b9203d01
commit
5f97cc2316
1 changed files with 4 additions and 3 deletions
|
@ -966,7 +966,7 @@ (define-public msitools
|
||||||
(define-public libostree
|
(define-public libostree
|
||||||
(package
|
(package
|
||||||
(name "libostree")
|
(name "libostree")
|
||||||
(version "2018.9.1")
|
(version "2019.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -974,7 +974,7 @@ (define-public libostree
|
||||||
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01mygpkbl9sk2vr3hjbpih6qlg8lwx0q5lklm09f7jfwfpnwyqzj"))))
|
"1r07yqbc9iiq0lzv1pryppd35fv695ym8r040msbfc93pmiy77y0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -986,13 +986,14 @@ (define-public libostree
|
||||||
(setenv "TEST_TMPDIR" (getenv "TMPDIR"))
|
(setenv "TEST_TMPDIR" (getenv "TMPDIR"))
|
||||||
#t)))
|
#t)))
|
||||||
;; XXX: fails with:
|
;; XXX: fails with:
|
||||||
|
;; tap-driver.sh: missing test plan
|
||||||
;; tap-driver.sh: internal error getting exit status
|
;; tap-driver.sh: internal error getting exit status
|
||||||
;; tap-driver.sh: fatal: I/O or internal error
|
;; tap-driver.sh: fatal: I/O or internal error
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("attr" ,attr) ; for tests
|
`(("attr" ,attr) ; for tests
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("glib:bin" ,glib "bin") ; for 'glib-mkenums'
|
("glib:bin" ,glib "bin") ; for 'glib-mkenums'
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
|
|
Loading…
Reference in a new issue