gnu: samtools-0.1: Adjust to match changes in samtools.
* gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Override make flags.master
parent
8e72f0f319
commit
a6798218be
|
@ -5073,9 +5073,9 @@ viewer.")
|
||||||
(base32 "1m33xsfwz0s8qi45lylagfllqg7fphf4dr0780rsvw75av9wk06h"))))
|
(base32 "1m33xsfwz0s8qi45lylagfllqg7fphf4dr0780rsvw75av9wk06h"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
#:make-flags
|
||||||
|
(list "LIBCURSES=-lncurses")
|
||||||
,@(substitute-keyword-arguments (package-arguments samtools)
|
,@(substitute-keyword-arguments (package-arguments samtools)
|
||||||
((#:make-flags flags)
|
|
||||||
`(cons "LIBCURSES=-lncurses" ,flags))
|
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Reference in New Issue