me
/
guix
Archived
1
0
Fork 0

gnu: sra-tools: Use "modify-phases" syntax.

* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use "modify-phases"
syntax.
master
Ricardo Wurmus 2017-04-05 17:48:26 +02:00 committed by Ricardo Wurmus
parent fc5b12879f
commit beebe43176
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 41 additions and 42 deletions

View File

@ -4790,8 +4790,8 @@ sequence itself can be retrieved from these databases.")
"/lib64"
"/lib32")))
#:phases
(alist-replace
'configure
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
;; The build system expects a directory containing the sources and
;; raw build output of ncbi-vdb, including files that are not
@ -4832,8 +4832,7 @@ sequence itself can be retrieved from these databases.")
(string-append "--with-ngs-sdk-prefix="
(assoc-ref inputs "ngs-sdk"))
(string-append "--with-hdf5-prefix="
(assoc-ref inputs "hdf5")))))
%standard-phases)))
(assoc-ref inputs "hdf5")))))))))
(native-inputs `(("perl" ,perl)))
(inputs
`(("ngs-sdk" ,ngs-sdk)