From 06c91c7651405338c1de1d71be4f203988e3722b Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 20 Aug 2021 14:48:43 +0200 Subject: gnu: camlzip: Fix reference to output. * gnu/packages/ocaml.scm (camlzip)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe --- gnu/packages/ocaml.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1e32ebee60..66d4460446 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 -- cgit v1.2.3