From d8a06ad808bf5312bf55d9ef0b4dcbb5dc792a17 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 31 May 2019 17:01:06 +0300 Subject: Use module (gnu packages cran). Change to python2-htmlgen * Use module (gnu packages cran) to get access to r-wgcna * Change the dependency to python2-htmlgen which is the newer package supporting both python2 and python3 --- gn/packages/genenetwork.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn/packages/genenetwork.scm') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 3051dcb..987cf61 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -20,6 +20,7 @@ #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages check) + #:use-module (gnu packages cran) #:use-module (gnu packages databases) #:use-module (gnu packages cpio) #:use-module (gn packages elixir) @@ -247,7 +248,7 @@ location of a putative QTL.") ("python2-pillow" ,python2-pillow) ("python2-cssselect" ,python2-cssselect) ("python2-elasticsearch" ,python2-elasticsearch) - ("python2-htmlgen-gn" ,python2-htmlgen-gn) + ("python2-htmlgen" ,python2-htmlgen) ("python2-jinja2" ,python2-jinja2) ("python2-sqlalchemy" ,python2-sqlalchemy) ("python2-flask-sqlalchemy" ,python2-flask-sqlalchemy) -- cgit v1.2.3