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,8 +2141,8 @@ dates and times.")
|
|||
`(("ocamlbuild" ,ocamlbuild)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
|
||||
"/lib/ocaml/site-lib/cmdliner"))
|
||||
#:make-flags ,#~(list (string-append "LIBDIR=" #$output
|
||||
"/lib/ocaml/site-lib/cmdliner"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Reference in New Issue