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 a3d7289..3942383 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -505,7 +505,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 nss-certs + (packages (cons* genenetwork2 python-hypothesis gn-auth python-mypy python-mypy-extensions python-pylint %base-packages)) (services (cons* (service virtuoso-service-type |