guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: ocaml-frontc: Fix reference to output.


From: guix-commits
Subject: 09/13: gnu: ocaml-frontc: 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 463deeefdcba3b10c76df723fb10f2230367bfc6
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 20 14:48:45 2021 +0200

    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>
---
 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 81e967c..6fe8cb4 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")



reply via email to

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