mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: coq-stdpp: Adjust '#:make-flags'.
* gnu/packages/coq.scm (coq-stdpp)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
4423caece6
commit
7537ec816f
1 changed files with 4 additions and 7 deletions
|
@ -633,15 +633,12 @@ also provided in Coq, without associated proofs.")
|
|||
`(("coq" ,coq)))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests are executed during build phase.
|
||||
#:make-flags (list (string-append "COQLIBINSTALL="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/coq/user-contrib"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "make"
|
||||
(string-append "COQLIB=" (assoc-ref outputs "out")
|
||||
"/lib/coq/")
|
||||
"install"))))))
|
||||
(delete 'configure))))
|
||||
(description "This project contains an extended \"Standard Library\" for
|
||||
Coq called coq-std++. The key features are:
|
||||
@itemize
|
||||
|
|
Loading…
Reference in a new issue