diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-05 17:36:43 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-05 17:36:43 +0100 |
| commit | 98264531be051f87a55e9cf778e5de5e74652b33 (patch) | |
| tree | 0dfe8e9b5e5a408d073c58fa0bab71cd7ed2c780 | |
| parent | 4202f4d58a7526953ec1f1f38bcb039b7c10a57e (diff) | |
gnu: Remove python2-twobitreader.
* gnu/packages/bioinformatics.scm (python2-twobitreader): Remove variable.
| -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 965574c128..fe1da91d6b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2447,9 +2447,6 @@ also includes an interface for tabix.") UCSC genome browser.") (license license:artistic2.0))) -(define-public python2-twobitreader - (package-with-python2 python-twobitreader)) - (define-public python-plastid (package (name "python-plastid") |
