aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorArun Isaac2021-12-29 20:51:04 +0530
committerArun Isaac2021-12-29 23:40:08 +0530
commitaf61d6381abf4129ad986f74e3348c3381f9f2d7 (patch)
tree682da694642c0688a70af9f74955a2ced4860f91 /gn
parent5bbb824ffb7ebac9cdd1b76e5ad8c6db8616ee31 (diff)
downloadguix-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')
-rw-r--r--gn/packages/bioinformatics.scm3
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")