guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: ocaml-opam-file-format: Fix reference to output.


From: guix-commits
Subject: 06/13: gnu: ocaml-opam-file-format: Fix reference to output.
Date: Fri, 20 Aug 2021 12:34:06 -0400 (EDT)

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

commit 82f66e98b1f4e92cd1f98c701230a1e63f9c6d48
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 20 14:48:42 2021 +0200

    gnu: ocaml-opam-file-format: Fix reference to output.
    
    * gnu/packages/ocaml.scm
      (ocaml-opam-file-format)[arguments]<#:make-flags>: Use #$output.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 4895058..1e32ebe 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))))



reply via email to

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