mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sra-tools: Use "modify-phases" syntax.
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use "modify-phases" syntax.
This commit is contained in:
parent
fc5b12879f
commit
beebe43176
1 changed files with 41 additions and 42 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue