diff options
| author | Efraim Flashner | 2022-11-10 17:56:59 +0200 |
|---|---|---|
| committer | Efraim Flashner | 2022-11-10 17:58:03 +0200 |
| commit | 3c387a68ac8baec058352e0933f347ac4189019d (patch) | |
| tree | c32b196d1e869d609833782b62dac08c37e7196f /gn/packages/genenetwork.scm | |
| parent | c6ec09ebb994e6b281a513be8465d81ed0dfc003 (diff) | |
| download | guix-bioinformatics-3c387a68ac8baec058352e0933f347ac4189019d.tar.gz | |
gn: Add missing imports and package licenses.
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 4ce0d7f..e6750da 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -29,6 +29,7 @@ #:use-module (gnu packages graphviz) #:use-module (gnu packages parallel) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-science) |
