diff options
author | Efraim Flashner | 2020-01-19 00:58:28 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-01-19 00:58:28 -0600 |
commit | 66b5c5a90271d38b5cf86c60113a4ed391edf2d4 (patch) | |
tree | c5c0c676a53a7a30b82d2c07933157101d03daef /gn/packages/genenetwork.scm | |
parent | fc7386366195a3270e928cd09f9d3576c0771663 (diff) | |
download | guix-bioinformatics-66b5c5a90271d38b5cf86c60113a4ed391edf2d4.tar.gz |
gn: adjust for python-lxml moving modules
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 489a88f..a1a2e1c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -27,6 +27,7 @@ #:use-module (gnu packages version-control) #:use-module (gnu packages vim) #:use-module (gnu packages web) + #:use-module (gnu packages xml) #:use-module (gn packages bioinformatics) #:use-module (gn packages crates-io) #:use-module (gn packages elixir) |