mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: darcs: Update to 2.12.5.
* gnu/packages/version-control.scm (darcs): Update to 2.12.5. [arguments]: Relax version constraint on shelly.
This commit is contained in:
parent
97bfe0d759
commit
0498d1689d
1 changed files with 6 additions and 4 deletions
|
@ -1604,7 +1604,7 @@ be served with a HTTP file server of your choice.")
|
||||||
(define-public darcs
|
(define-public darcs
|
||||||
(package
|
(package
|
||||||
(name "darcs")
|
(name "darcs")
|
||||||
(version "2.12.4")
|
(version "2.12.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1612,7 +1612,7 @@ be served with a HTTP file server of your choice.")
|
||||||
"darcs-" version ".tar.gz"))
|
"darcs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jfwiwl5k8wspciq1kpmvh5yap4japrf97s9pvhcybxxhaj3ds28"))
|
"0lrm0sal5pl453mkqn8b9fc9l7lwinc140iqihya9g17bk408nrm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove time-dependent code for reproducibility.
|
;; Remove time-dependent code for reproducibility.
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -1627,8 +1627,10 @@ be served with a HTTP file server of your choice.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-fpkgconfig" "-fcurl" "-flibiconv" "-fthreaded"
|
`(#:configure-flags '("-fpkgconfig" "-fcurl" "-flibiconv" "-fthreaded"
|
||||||
"-fnetwork-uri" "-fhttp" "--flag=executable"
|
"-fnetwork-uri" "-fhttp" "--flag=executable"
|
||||||
"--flag=library")
|
"--flag=library"
|
||||||
#:tests? #f)) ; 20 failing shell tests out of over 400
|
"--allow-newer=shelly")
|
||||||
|
;; FIXME: darcs is not compatible with the latest QuickCheck
|
||||||
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-cmdargs" ,ghc-cmdargs)
|
`(("ghc-cmdargs" ,ghc-cmdargs)
|
||||||
("ghc-split" ,ghc-split)
|
("ghc-split" ,ghc-split)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue