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)
|
||||
(arguments
|
||||
`(#:tests? #f ; There are no tests.
|
||||
#:make-flags `("USER_WARNINGS=-std=gnu++98"
|
||||
,(string-append "INSTALLDIR="
|
||||
(assoc-ref %outputs "out") "/bin"))
|
||||
#:make-flags
|
||||
,#~(list "USER_WARNINGS=-std=gnu++98" ;
|
||||
(string-append "INSTALLDIR=" #$output "/bin"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
|
|
Reference in New Issue