guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50134] [PATCH core-updates-frozen 10/12] gnu: omake: Fix reference


From: Maxime Devos
Subject: [bug#50134] [PATCH core-updates-frozen 10/12] gnu: omake: Fix reference to output.
Date: Fri, 20 Aug 2021 14:48:46 +0200

* gnu/packages/ocaml.scm
  (omake)[arguments]<#:make-flags>: Use #$output.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6fe8cb46f9..7385d6e413 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3029,7 +3029,7 @@ OCaml code.")
     (build-system ocaml-build-system)
     (arguments
      `(#:make-flags
-       (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       ,#~(list (string-append "PREFIX=" #$output))
        #:tests? #f ; no test target
        #:phases
        (modify-phases %standard-phases
-- 
2.33.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]