From 2adf50b8cda1bb686d25f4e45be0491b2a54f67b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 7 Jun 2022 11:17:26 +0300 Subject: gn: Hide inputs which have been dropped by Guix. --- gn/packages/bioinformatics.scm | 6 ++++-- gn/packages/python.scm | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'gn') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index bb6fda6..a93c14c 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2421,8 +2421,10 @@ cases include: ("python" ,python-2) ("python2-bx-python" ,python2-bx-python) ("python2-numpy" ,python2-numpy) - ("python2-pandas" ,python2-pandas) - ("python2-pysam" ,python2-pysam) + + ;; TODO: re-package these! + ;("python2-pandas" ,python2-pandas) + ;("python2-pysam" ,python2-pysam) ("python2-scipy" ,python2-scipy) ("rtg-tools" ,rtg-tools) ("samtools" ,samtools) diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 20fa3fa..fc8f436 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -65,7 +65,8 @@ #:tests? #f)) (propagated-inputs `(("python2-six" ,python2-six) - ("python2-singledispatch" ,python2-singledispatch) + ;; TODO: re-package this! + ;("python2-singledispatch" ,python2-singledispatch) )) (inputs `(("readline" ,readline) -- cgit v1.2.3