about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/edash.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm
index b19042a..8f9a6c8 100644
--- a/gn/packages/edash.scm
+++ b/gn/packages/edash.scm
@@ -104,15 +104,18 @@ interface to the Amazon Web Services (AWS) API.")
     (inputs `(("sassc" ,sassc)))
     (propagated-inputs
      `(("python" ,python)
+       ("python-wrapper" ,python-wrapper)
        ("python-elasticsearch" ,python-elasticsearch)
        ("python-flask" ,python-flask)
        ("python-jinja2" ,python-jinja2)
+       ("python-mako" ,python-mako)
        ("python-markdown" ,python-markdown)
        ("python-misaka" ,python-misaka)
        ("python-pygit2" ,python-pygit2)
        ("web-bootstrap" ,web-bootstrap)
        ("sassc" ,sassc)
-       ("python-boto3" ,python-boto3)))
+       ("python-boto3" ,python-boto3)
+       ("python-pytest" ,python-pytest)))
     (arguments
      `(#:modules ((guix build utils))
        #:builder