diff options
author | root | 2021-02-05 14:06:23 +0000 |
---|---|---|
committer | root | 2021-02-05 14:06:23 +0000 |
commit | 8b29e4bdfa9c2b90abe87b5876cb58e22406990d (patch) | |
tree | b2bfb400a44b48b6c3d4f5279fe67ffa6975c6ab /gn/packages/jupyterhub.scm | |
parent | 5329ba6cb2c303765dbb6eeef5f60667fb6e362c (diff) | |
download | guix-bioinformatics-8b29e4bdfa9c2b90abe87b5876cb58e22406990d.tar.gz |
gn1: make run in a container
Diffstat (limited to 'gn/packages/jupyterhub.scm')
-rw-r--r-- | gn/packages/jupyterhub.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/jupyterhub.scm b/gn/packages/jupyterhub.scm index cec115b..838412b 100644 --- a/gn/packages/jupyterhub.scm +++ b/gn/packages/jupyterhub.scm @@ -12,6 +12,7 @@ #:use-module (gnu packages monitoring) #:use-module (gnu packages openstack) #:use-module (gnu packages protobuf) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) |