gnu: camlzip: Fix reference to output.

* gnu/packages/ocaml.scm
  (camlzip)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Maxime Devos 2021-08-20 14:48:43 +02:00 committed by Mathieu Othacehe
parent 82f66e98b1
commit 06c91c7651
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1392,9 +1392,8 @@ other XUnit testing frameworks.")
(format port "directory=\"../zip\"\n"))))))) (format port "directory=\"../zip\"\n")))))))
#:install-target "install-findlib" #:install-target "install-findlib"
#:make-flags #:make-flags
(list "all" "allopt" ,#~(list "all" "allopt"
(string-append "INSTALLDIR=" (assoc-ref %outputs "out") (string-append "INSTALLDIR=" #$output "/lib/ocaml"))))
"/lib/ocaml"))))
(home-page "https://github.com/xavierleroy/camlzip") (home-page "https://github.com/xavierleroy/camlzip")
(synopsis "Provides easy access to compressed files") (synopsis "Provides easy access to compressed files")
(description "Provides easy access to compressed files in ZIP, GZIP and (description "Provides easy access to compressed files in ZIP, GZIP and