[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50134] [PATCH core-updates-frozen 06/12] gnu: ocaml-opam-file-forma
From: |
Maxime Devos |
Subject: |
[bug#50134] [PATCH core-updates-frozen 06/12] gnu: ocaml-opam-file-format: Fix reference to output. |
Date: |
Fri, 20 Aug 2021 14:48:42 +0200 |
* gnu/packages/ocaml.scm
(ocaml-opam-file-format)[arguments]<#:make-flags>: Use #$output.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 48950589c5..1e32ebee60 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -761,8 +761,8 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\")
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; No tests
- #:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
- "/lib/ocaml/site-lib"))
+ #:make-flags ,#~(list (string-append "LIBDIR=" #$output
+ "/lib/ocaml/site-lib"))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
--
2.33.0
- [bug#50134] [PATCH core-updates-frozen 00/12] Fix (assoc-ref ... "out") related Ocaml build failures, Maxime Devos, 2021/08/20
- [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 <=
- [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, 2021/08/20
- [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