[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50134] [PATCH core-updates-frozen 09/12] gnu: ocaml-frontc: Fix ref
From: |
Maxime Devos |
Subject: |
[bug#50134] [PATCH core-updates-frozen 09/12] gnu: ocaml-frontc: Fix reference to output. |
Date: |
Fri, 20 Aug 2021 14:48:45 +0200 |
* gnu/packages/ocaml.scm
(ocaml-frontc)[arguments]<#:make-flags>: Use #$output.
---
gnu/packages/ocaml.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 81e967cd34..6fe8cb46f9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1498,9 +1498,8 @@ archive(byte) = \"frontc.cma\"
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")
--
2.33.0
- [bug#50134] [PATCH core-updates-frozen 01/12] gnu: ocaml: Fix reference to output., (continued)
- [bug#50134] [PATCH core-updates-frozen 01/12] gnu: ocaml: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 03/12] gnu: ocamlcudf: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 06/12] gnu: ocaml-opam-file-format: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 02/12] gnu: ocamlbuild: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 04/12] gnu: ocaml-dose3: Fix reference to inputs and output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 05/12] gnu: ocaml-cmdliner: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 08/12] gnu: ocaml-down: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 11/12] gnu: ocaml4.07-piqi: Fix reference to inputs and output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 12/12] gnu: dedukti: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 07/12] gnu: camlzip: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 09/12] gnu: ocaml-frontc: Fix reference to output.,
Maxime Devos <=
- [bug#50134] [PATCH core-updates-frozen 10/12] gnu: omake: Fix reference to output., Maxime Devos, 2021/08/20
- [bug#50134] [PATCH core-updates-frozen 00/12] Fix (assoc-ref ... "out") related Ocaml build failures, Julien Lepiller, 2021/08/20
- bug#50134: [PATCH core-updates-frozen 00/12] Fix (assoc-ref ... "out") related Ocaml build failures, Mathieu Othacehe, 2021/08/20