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:
Maxime Devos 2021-08-20 14:48:46 +02:00 committed by Mathieu Othacehe
parent 463deeefdc
commit 4001657811
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -3029,7 +3029,7 @@ (define-public omake
(build-system ocaml-build-system)
(arguments
`(#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
,#~(list (string-append "PREFIX=" #$output))
#:tests? #f ; no test target
#:phases
(modify-phases %standard-phases