diff options
author | Efraim Flashner | 2020-03-12 05:46:42 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-03-12 05:46:42 -0500 |
commit | 132d494f4e599425c6254279e1452804bbdd5ec9 (patch) | |
tree | 0f9b4beaf342a28168508078f4e4366be60df140 /gn/packages/python.scm | |
parent | 7e7a8a4c59ba52bea1ecd285361dae89cf29376b (diff) | |
download | guix-bioinformatics-132d494f4e599425c6254279e1452804bbdd5ec9.tar.gz |
gn: remove upstreamed package
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 8493698..88f0156 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1202,9 +1202,6 @@ CLI scripts: `(("python2-futures" ,python2-futures) ,@(package-propagated-inputs ipyparallel)))))) -(define-public python2-pyfaidx - (package-with-python2 python-pyfaidx)) - (define-public python-admiral (package (name "python-admiral") |