mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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>
This commit is contained in:
parent
96ca16857f
commit
831f192346
1 changed files with 2 additions and 2 deletions
|
@ -2141,7 +2141,7 @@ (define-public ocaml-cmdliner
|
|||
`(("ocamlbuild" ,ocamlbuild)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
|
||||
#:make-flags ,#~(list (string-append "LIBDIR=" #$output
|
||||
"/lib/ocaml/site-lib/cmdliner"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue