diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-05 17:37:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-05 17:37:05 +0100 |
commit | dd67154e5d3ceffad5ead300ffa506af65acc0fc (patch) | |
tree | b1a2bbf479bf5b7d349fff1df4e05f7d364faf50 /gnu/packages | |
parent | 98264531be051f87a55e9cf778e5de5e74652b33 (diff) | |
download | guix-dd67154e5d3ceffad5ead300ffa506af65acc0fc.tar.gz guix-dd67154e5d3ceffad5ead300ffa506af65acc0fc.zip |
gnu: Remove python2-plastid.
* gnu/packages/bioinformatics.scm (python2-plastid): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fe1da91d6b..1aa61ce2e6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2480,9 +2480,6 @@ UCSC genome browser.") high-throughput sequencing data – with an emphasis on simplicity.") (license license:bsd-3))) -(define-public python2-plastid - (package-with-python2 python-plastid)) - (define-public tetoolkit (package (name "tetoolkit") |