guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: omake: Fix reference to output.


From: guix-commits
Subject: 10/13: gnu: omake: Fix reference to output.
Date: Fri, 20 Aug 2021 12:34:07 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 40016578118e7733234d85bf3273aa09b9aac1cf
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 20 14:48:46 2021 +0200

    gnu: omake: Fix reference to output.
    
    * gnu/packages/ocaml.scm
      (omake)[arguments]<#:make-flags>: Use #$output.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 6fe8cb4..7385d6e 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



reply via email to

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