about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/bioinformatics.scm5
-rw-r--r--gn/packages/python.scm4
2 files changed, 6 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index fc2c923..a235f44 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -1257,7 +1257,10 @@ runApp(launch.browser=0, port=4206)~%\n"
          ("python-pyshex" ,python-pyshex)
          ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76)
          ("clustalw" ,clustalw)
-         ("python-schema-salad" ,python-schema-salad)))
+         ("python-schema-salad" ,python-schema-salad)
+         ;; and for the service
+         ("python" ,python)
+         ("gunicorn" ,gunicorn)))
       (native-inputs
        `(("git" ,(@ (gnu packages version-control) git))
          ("python-oauth2client" ,python-oauth2client)
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index b181767..7be6b4f 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1118,7 +1118,7 @@ spreadsheets without the need for COM objects.")
        ("python-google-api-client" ,python-google-api-client)
        ("python-httplib2" ,python-httplib2)
        ("python-pycurl" ,python-pycurl)
-       ("python-ruamel.yaml" ,python-ruamel.yaml)
+       ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76)
        ("python-setuptools" ,python-setuptools)
        ("python-oauth2client" ,python-oauth2client)
        ("python-uritemplate" ,python-uritemplate)
@@ -1155,7 +1155,7 @@ server.")
        ("python-rdflib" ,python-rdflib)
        ("python-rdflib-jsonld" ,python-rdflib-jsonld)
        ("python-requests" ,python-requests)
-       ("python-ruamel.yaml" ,python-ruamel.yaml)
+       ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76)
        ("python-setuptools" ,python-setuptools)
        ("python-typing-extensions" ,python-typing-extensions)))
     (native-inputs