mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: hisat: Remove trailing #T.
* gnu/packages/bioinformatics.scm (hisat)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
9dc727f827
commit
2f7287b3a7
1 changed files with 1 additions and 2 deletions
|
@ -4142,8 +4142,7 @@ (define-public hisat
|
|||
(install-file file bin))
|
||||
(find-files
|
||||
"."
|
||||
"hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))
|
||||
#t))
|
||||
"hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))))
|
||||
(delete 'configure))))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
|
|
Loading…
Reference in a new issue