diff options
author | pjotrp | 2023-06-18 15:03:03 +0200 |
---|---|---|
committer | pjotrp | 2023-06-18 15:03:03 +0200 |
commit | 550b45e4a9b4902a6ce938ee7b592b779c73ac7b (patch) | |
tree | 9bd9fc4a86743a75b65ea48a5e9663c22e40bba5 /gn/packages/genenetwork.scm | |
parent | 267f2a9be854ae72704acf8574b74326e4b7dfee (diff) | |
download | guix-bioinformatics-550b45e4a9b4902a6ce938ee7b592b779c73ac7b.tar.gz |
Remove unused twint from GN2
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index eb67698..acfae1c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -51,7 +51,6 @@ #:use-module (gn packages javascript) #:use-module (gn packages python) #:use-module (gn packages statistics) - #:use-module (gn packages twint) #:use-module (gn packages web) #:use-module (gn packages python-web) #:use-module (srfi srfi-1)) @@ -241,7 +240,6 @@ ("python-simplejson" ,python-simplejson) ("python-markdown" ,python-markdown) ("python-rdflib" ,python-rdflib) - ("python-twint" ,python-twint) ("python-authlib" ,python-authlib) ("python-flask-session" ,python-flask-session) ;; TODO: Get rid of Python R bindings |