aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorArun Isaac2021-12-29 17:12:43 +0530
committerArun Isaac2021-12-29 23:40:08 +0530
commitb2ef78a57eded1d3a010b3b04702bed05919bf59 (patch)
tree49ca1159de26632d537af147b13df3ed26fe4b3b /gn
parentb46cc6af6dd78286d6b815f2879df6a2f955960e (diff)
downloadguix-bioinformatics-b2ef78a57eded1d3a010b3b04702bed05919bf59.tar.gz
Fix typo in import of (gnu packages textutils).
* gn/packages/genenetwork.scm: Import (gnu packages textutils), not (gn packages textutils).
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 2632fd6..e2f2b7b 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -38,6 +38,7 @@
#:use-module (gnu packages rust)
#:use-module (gnu packages scheme)
#:use-module (gnu packages statistics)
+ #:use-module (gnu packages textutils)
#:use-module (gnu packages version-control)
; #:use-module (gnu packages vim)
#:use-module (gnu packages web)
@@ -48,7 +49,6 @@
#:use-module (gn packages javascript)
#:use-module (gn packages python)
#:use-module (gn packages statistics)
- #:use-module (gn packages textutils)
#:use-module (gn packages twint)
#:use-module (gn packages web)
#:use-module (srfi srfi-1))