gnu: guile-gi: Update to 0.2.0.
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.0. [arguments]: Remove make flags. [native-inputs]: Add glib:bin.
This commit is contained in:
parent
f847b65943
commit
6153fa0a99
|
@ -2266,21 +2266,20 @@ list of components. This module takes care of that for you.")
|
||||||
(define-public guile-gi
|
(define-public guile-gi
|
||||||
(package
|
(package
|
||||||
(name "guile-gi")
|
(name "guile-gi")
|
||||||
(version "0.0.2")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://lonelycactus.com/tarball/guile_gi-"
|
(uri (string-append "http://lonelycactus.com/tarball/guile_gi-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hs0viqzff7nzgcmyw721ima1jyymrlzrcycpgwrs6iprscxvqwn"))))
|
"1n4pbrmbrjkrx826a4m31ag5c35rgkj1sirqh4qalk7gg67cfb41"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-gnu-filesystem-hierarchy")
|
`(#:configure-flags '("--with-gnu-filesystem-hierarchy")))
|
||||||
;; The atomic_int_set test does not actually fail.
|
|
||||||
#:make-flags '("XFAIL_TESTS=strjoinv.scm")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gnu-gettext)
|
||||||
|
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue