From af61d6381abf4129ad986f74e3348c3381f9f2d7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 29 Dec 2021 20:51:04 +0530 Subject: gnu: Add python2-bx-python. python2-bx-python has been removed from upstream Guix. * gn/packages/bioinformatics.scm (python2-bx-python): New variable. --- gn/packages/bioinformatics.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn/packages/bioinformatics.scm') 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") -- cgit v1.2.3