gnu: ocaml-cmdliner: Fix reference to output.
* gnu/packages/ocaml.scm (ocaml-cmdliner)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
parent
96ca16857f
commit
831f192346
|
@ -2141,7 +2141,7 @@ dates and times.")
|
||||||
`(("ocamlbuild" ,ocamlbuild)))
|
`(("ocamlbuild" ,ocamlbuild)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
|
#:make-flags ,#~(list (string-append "LIBDIR=" #$output
|
||||||
"/lib/ocaml/site-lib/cmdliner"))
|
"/lib/ocaml/site-lib/cmdliner"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue