nongnu: compcert: Update to 3.14.
* nongnu/packages/coq.scm (compcert): Update to 3.14. [arguments]: Remove no longer required substitute.
This commit is contained in:
parent
7d912c1c46
commit
b03ec15974
|
@ -15,7 +15,7 @@
|
||||||
(define-public compcert
|
(define-public compcert
|
||||||
(package
|
(package
|
||||||
(name "compcert")
|
(name "compcert")
|
||||||
(version "3.13.1")
|
(version "3.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -24,15 +24,11 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yvj9g144p26k7674vcai12sh3jahs64ny9pana9zla16nxxpmcm"))))
|
"030fsg0qr9aasmwk0ahp78sw8rbjmf6pl1w9ws5ghs61kyk4qwj1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'allow-newer-coq-version
|
|
||||||
(lambda _
|
|
||||||
(substitute* "configure"
|
|
||||||
(("8.15.2") "8.17.1"))))
|
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((system ,(match (or (%current-target-system) (%current-system))
|
(let ((system ,(match (or (%current-target-system) (%current-system))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user