guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: camlzip: Fix reference to output.


From: guix-commits
Subject: 07/13: gnu: camlzip: 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 06c91c7651405338c1de1d71be4f203988e3722b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 20 14:48:43 2021 +0200

    gnu: camlzip: Fix reference to output.
    
    * gnu/packages/ocaml.scm
      (camlzip)[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 1e32ebe..66d4460 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1392,9 +1392,8 @@ other XUnit testing frameworks.")
                    (format port "directory=\"../zip\"\n")))))))
        #:install-target "install-findlib"
        #:make-flags
-       (list "all" "allopt"
-             (string-append "INSTALLDIR=" (assoc-ref %outputs "out")
-                            "/lib/ocaml"))))
+       ,#~(list "all" "allopt"
+                (string-append "INSTALLDIR=" #$output "/lib/ocaml"))))
     (home-page "https://github.com/xavierleroy/camlzip";)
     (synopsis "Provides easy access to compressed files")
     (description "Provides easy access to compressed files in ZIP, GZIP and



reply via email to

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