mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
nongnu: compcert: Fix build with coq@8.16.0.
* nongnu/packages/coq.scm (compcert)[arguments]: Reintroduce the 'allow-newer-coq-version phase.
This commit is contained in:
parent
3f00d57adc
commit
8fe57ffd70
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'allow-newer-coq-version
|
||||
(lambda _
|
||||
(substitute* "configure"
|
||||
(("8.14.0") "8.16.0"))))
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((system ,(match (or (%current-target-system) (%current-system))
|
||||
|
|
Loading…
Reference in a new issue