mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "gwl")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sgaaq430l3dqmqqiikfb0ilxnd2cq28626y18kxx5c781qwpys9"))))
|
||||
"09r22gqgaj2mxvlwvfach5j1n66y3yggmzc6d2gxq7lyywbcvjvs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-build? #false ; for reproducibility
|
||||
#:make-flags
|
||||
'("GUILE_AUTO_COMPILE=0")))
|
||||
'("GUILE_AUTO_COMPILE=0" "GWL_SKIP_INTEGRATION_TESTS=1")))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config texinfo graphviz))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue