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:
parent
82f66e98b1
commit
06c91c7651
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue