diff options
-rw-r--r-- | genenetwork-local-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index edc307d..2e3eafb 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -487,7 +487,7 @@ described by CONFIG, a <genenetwork-configuration> object." (mixed-text-file "sudoers" "@include " %sudoers-specification "\nacme ALL = NOPASSWD: " (file-append shepherd "/bin/herd") " restart nginx\n")) - (packages (cons* genenetwork2 python-hypothesis gn-auth + (packages (cons* genenetwork2 python-hypothesis gn-auth nss-certs python-mypy python-mypy-extensions python-pylint %base-packages)) (services (cons* (service virtuoso-service-type |