mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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 @@ (define-public ocaml-cudf
|
|||
("ocaml-ounit" ,ocaml-ounit)))
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
(list
|
||||
"all" "opt"
|
||||
(string-append "BINDIR=" (assoc-ref %outputs "out")
|
||||
"/bin"))
|
||||
,#~(list
|
||||
"all" "opt"
|
||||
(string-append "BINDIR=" #$output "/bin"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
|
|
Loading…
Reference in a new issue