mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gwl: Update to 0.5.0.
* gnu/packages/package-management.scm (gwl): Update to 0.5.0. [arguments]: Disable integration tests.
This commit is contained in:
parent
85bb38fd96
commit
a2e57f6017
1 changed files with 3 additions and 3 deletions
|
@ -1302,18 +1302,18 @@ (define system ,(or (%current-target-system)
|
||||||
(define-public gwl
|
(define-public gwl
|
||||||
(package
|
(package
|
||||||
(name "gwl")
|
(name "gwl")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz"))
|
(uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sgaaq430l3dqmqqiikfb0ilxnd2cq28626y18kxx5c781qwpys9"))))
|
"09r22gqgaj2mxvlwvfach5j1n66y3yggmzc6d2gxq7lyywbcvjvs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #false ; for reproducibility
|
`(#:parallel-build? #false ; for reproducibility
|
||||||
#:make-flags
|
#:make-flags
|
||||||
'("GUILE_AUTO_COMPILE=0")))
|
'("GUILE_AUTO_COMPILE=0" "GWL_SKIP_INTEGRATION_TESTS=1")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config texinfo graphviz))
|
(list autoconf automake pkg-config texinfo graphviz))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue