me
/
guix
Archived
1
0
Fork 0

gnu: ribodiff: Remove trailing #T.

* gnu/packages/bioinformatics.scm (ribodiff)[arguments]: Remove trailing #T
from build phase.
master
Ricardo Wurmus 2021-12-02 18:32:33 +01:00
parent 1123d25830
commit a2423c0ca4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -840,8 +840,7 @@ provides the Ribotaper pipeline.")
(substitute* "setup.py"
(("^(.*)packages=.*" line prefix)
(string-append line "\n"
prefix "scripts=['scripts/TE.py'],\n")))
#t)))))
prefix "scripts=['scripts/TE.py'],\n"))))))))
(inputs
`(("python-numpy" ,python2-numpy)
("python-matplotlib" ,python2-matplotlib)