mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-opam-file-format: Fix reference to output.
* gnu/packages/ocaml.scm (ocaml-opam-file-format)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
831f192346
commit
82f66e98b1
1 changed files with 2 additions and 2 deletions
|
@ -761,8 +761,8 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\")
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; No tests
|
`(#:tests? #f; No tests
|
||||||
#:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
|
#:make-flags ,#~(list (string-append "LIBDIR=" #$output
|
||||||
"/lib/ocaml/site-lib"))
|
"/lib/ocaml/site-lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue