gnu: bamutils: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (bamutils)[arguments]: Use gexp.master
parent
361e0d9f27
commit
673cc29908
|
@ -337,9 +337,9 @@ BAM files.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
#:make-flags `("USER_WARNINGS=-std=gnu++98"
|
#:make-flags
|
||||||
,(string-append "INSTALLDIR="
|
,#~(list "USER_WARNINGS=-std=gnu++98" ;
|
||||||
(assoc-ref %outputs "out") "/bin"))
|
(string-append "INSTALLDIR=" #$output "/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Reference in New Issue