gnu: ocamlcudf: Fix reference to output.
* gnu/packages/ocaml.scm (ocamlcudf)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
dd32e0ecfe
commit
04b909829c
1 changed files with 3 additions and 4 deletions
|
@ -583,10 +583,9 @@ for day to day programming.")
|
||||||
("ocaml-ounit" ,ocaml-ounit)))
|
("ocaml-ounit" ,ocaml-ounit)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
(list
|
,#~(list
|
||||||
"all" "opt"
|
"all" "opt"
|
||||||
(string-append "BINDIR=" (assoc-ref %outputs "out")
|
(string-append "BINDIR=" #$output "/bin"))
|
||||||
"/bin"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Reference in a new issue