gnu: phast: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (phast)[arguments]: Remove reference to %outputs by using a gexp.master
parent
2b1e53850f
commit
d531dc6761
|
@ -14503,8 +14503,8 @@ containing the reference genome as well.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
(list "CC=gcc"
|
||||
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
||||
,#~(list "CC=gcc"
|
||||
(string-append "DESTDIR=" #$output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
|
|
Reference in New Issue