me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-cmdliner: Fix reference to output.

* gnu/packages/ocaml.scm
  (ocaml-cmdliner)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Maxime Devos 2021-08-20 14:48:41 +02:00 committed by Mathieu Othacehe
parent 96ca16857f
commit 831f192346
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -2141,7 +2141,7 @@ dates and times.")
`(("ocamlbuild" ,ocamlbuild)))
(arguments
`(#:tests? #f
#:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
#:make-flags ,#~(list (string-append "LIBDIR=" #$output
"/lib/ocaml/site-lib/cmdliner"))
#:phases
(modify-phases %standard-phases