mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05: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,9 +1498,8 @@ (define-public ocaml-frontc
|
|||
archive(native) = \"frontc.cmxa\""))))
|
||||
(symlink (string-append out "/lib/ocaml/frontc")
|
||||
(string-append out "/lib/ocaml/FrontC"))))))
|
||||
#:make-flags (list (string-append "PREFIX="
|
||||
(assoc-ref %outputs "out"))
|
||||
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
||||
#:make-flags ,#~(list (string-append "PREFIX=" #$output)
|
||||
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
||||
(properties `((upstream-name . "FrontC")))
|
||||
(home-page "https://www.irit.fr/FrontC")
|
||||
(synopsis "C parser and lexer library")
|
||||
|
|
Loading…
Reference in a new issue