diff options
author | Arun Isaac | 2021-12-29 20:51:04 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-29 23:40:08 +0530 |
commit | af61d6381abf4129ad986f74e3348c3381f9f2d7 (patch) | |
tree | 682da694642c0688a70af9f74955a2ced4860f91 /gn/packages | |
parent | 5bbb824ffb7ebac9cdd1b76e5ad8c6db8616ee31 (diff) | |
download | guix-bioinformatics-af61d6381abf4129ad986f74e3348c3381f9f2d7.tar.gz |
gnu: Add python2-bx-python.
python2-bx-python has been removed from upstream Guix.
* gn/packages/bioinformatics.scm (python2-bx-python): New variable.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index fbe58ff..3e685fa 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2211,6 +2211,9 @@ cases include: @end enumerate\n") (license license:expat))) +(define-public python2-bx-python + (package-with-python2 python-bx-python)) + (define-public hap.py (package (name "hap.py") |