mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: ocaml-frontc: Fix reference to output.
* gnu/packages/ocaml.scm (ocaml-frontc)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
ce8c675a18
commit
463deeefdc
1 changed files with 2 additions and 3 deletions
|
@ -1498,8 +1498,7 @@ (define-public ocaml-frontc
|
||||||
archive(native) = \"frontc.cmxa\""))))
|
archive(native) = \"frontc.cmxa\""))))
|
||||||
(symlink (string-append out "/lib/ocaml/frontc")
|
(symlink (string-append out "/lib/ocaml/frontc")
|
||||||
(string-append out "/lib/ocaml/FrontC"))))))
|
(string-append out "/lib/ocaml/FrontC"))))))
|
||||||
#:make-flags (list (string-append "PREFIX="
|
#:make-flags ,#~(list (string-append "PREFIX=" #$output)
|
||||||
(assoc-ref %outputs "out"))
|
|
||||||
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
||||||
(properties `((upstream-name . "FrontC")))
|
(properties `((upstream-name . "FrontC")))
|
||||||
(home-page "https://www.irit.fr/FrontC")
|
(home-page "https://www.irit.fr/FrontC")
|
||||||
|
|
Loading…
Reference in a new issue