gnu: libbigwig: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (libbigwig)[arguments]: Replace reference to
%outputs with a gexp.
This commit is contained in:
Ricardo Wurmus 2021-12-03 23:57:24 +01:00
parent fd607a9efa
commit 3601fcbf65
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2958,8 +2958,8 @@ (define-public libbigwig
`(#:test-target "test"
#:tests? #f ; tests require access to the web
#:make-flags
(list "CC=gcc"
(string-append "prefix=" (assoc-ref %outputs "out")))
,#~(list "CC=gcc"
(string-append "prefix=" #$output))
#:phases
(modify-phases %standard-phases
(delete 'configure))))