me
/
guix
Archived
1
0
Fork 0

gnu: libbigwig: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (libbigwig)[arguments]: Replace reference to
%outputs with a gexp.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2958,8 +2958,8 @@ other types of unwanted sequence from high-throughput sequencing reads.")
`(#: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))))