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:
Maxime Devos 2021-08-20 14:48:45 +02:00 committed by Mathieu Othacehe
parent ce8c675a18
commit 463deeefdc
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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")