gnu: omake: Fix reference to output.
* gnu/packages/ocaml.scm (omake)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
463deeefdc
commit
4001657811
1 changed files with 1 additions and 1 deletions
|
@ -3029,7 +3029,7 @@ OCaml code.")
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
,#~(list (string-append "PREFIX=" #$output))
|
||||||
#:tests? #f ; no test target
|
#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue