mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: libbigwig: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (libbigwig)[arguments]: Replace reference to %outputs with a gexp.
This commit is contained in:
parent
fd607a9efa
commit
3601fcbf65
1 changed files with 2 additions and 2 deletions
|
@ -2958,8 +2958,8 @@ (define-public libbigwig
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:tests? #f ; tests require access to the web
|
#:tests? #f ; tests require access to the web
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc"
|
,#~(list "CC=gcc"
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" #$output))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Loading…
Reference in a new issue