mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ganv: Update to 1.6.0.
* gnu/packages/gtk.scm (ganv): Update to 1.6.0. [arguments]: Don't override #:python.
This commit is contained in:
parent
b3200505ef
commit
32cde877ee
1 changed files with 2 additions and 3 deletions
|
@ -318,14 +318,14 @@ (define-public pangox-compat
|
||||||
(define-public ganv
|
(define-public ganv
|
||||||
(package
|
(package
|
||||||
(name "ganv")
|
(name "ganv")
|
||||||
(version "1.4.2")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/ganv-"
|
(uri (string-append "https://download.drobilla.net/ganv-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g7s5mp14qgbfjdql0k1s8464r21g47ssn5dws6jazsnw6njhl0l"))))
|
"0pik2d3995z0rjcjhb4hsj5fsph3m8khg6j10k6mx4j2j727aq6l"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -337,7 +337,6 @@ (define-public ganv
|
||||||
(string-append "-Wl,-rpath="
|
(string-append "-Wl,-rpath="
|
||||||
(assoc-ref outputs "out") "/lib"))
|
(assoc-ref outputs "out") "/lib"))
|
||||||
#t)))
|
#t)))
|
||||||
#:python ,python-2 ;XXX: The bundled waf fails with Python 3.7.0.
|
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk" ,gtk+-2)
|
`(("gtk" ,gtk+-2)
|
||||||
|
|
Loading…
Reference in a new issue