me
/
guix
Archived
1
0
Fork 0

gnu: ocaml4.07-piqi: Fix reference to inputs and output.

The package 'lablgtk@2.8.10' (indirect dependency of ocaml4.07-piqi)
fails to build so this patch could not be tested.

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

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

View File

@ -3704,9 +3704,10 @@ and 4 (random based) according to RFC 4122.")
(build-system ocaml-build-system)
(arguments
`(#:make-flags
(list (string-append "DESTDIR=" (assoc-ref %outputs "out"))
(string-append "SHELL=" (assoc-ref %build-inputs "bash")
"/bin/sh"))
,#~(list (string-append "DESTDIR=" #$output)
(string-append "SHELL="
#+(file-append (canonical-package bash-minimal)
"/bin/sh")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-files-writable