about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-20 16:02:59 +0300
committerMuriithi Frederick Muriuki2018-12-20 16:02:59 +0300
commitff6429affadf259299f4583a391161f0743788e2 (patch)
tree6d4a7cb4320dce74d67460d906600fd54e92fe91
parent48670eaf1d59a6e52d8676bceb9f2cc996270228 (diff)
downloadguix-bioinformatics-ff6429affadf259299f4583a391161f0743788e2.tar.gz
Comment out problematic packages
* Comment out python-pygit2 which doesn't seem to be used, and fails to
  build.
* Comment out python-ipython which might be needed (not sure), but fails
  to build.
-rw-r--r--gn/packages/edash.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm
index 6324d3a..79e4b22 100644
--- a/gn/packages/edash.scm
+++ b/gn/packages/edash.scm
@@ -467,7 +467,7 @@ with the Specification.")
        ("python-jinja2" ,python-jinja2)
        ("python-markdown" ,python-markdown)
        ("python-misaka" ,python-misaka)
-       ("python-pygit2" ,python-pygit2)
+       ;; ("python-pygit2" ,python-pygit2)
        ("web-bootstrap" ,web-bootstrap)
        ;;("sassc" ,sassc)
        ("python-boto3" ,python-boto3)
@@ -480,7 +480,9 @@ with the Specification.")
        ("python-flask-mail" ,python-flask-mail)
        ("python-flask-wtf" ,python-flask-wtf)
        ("sqlite" ,sqlite)
-       ("python-ipython" ,python-ipython)
+       ;; ("python-ipython" ,python-ipython)
+       ("python-swagger-ui-bundle" ,python-swagger-ui-bundle)
+       ("python-connexion" ,python-connexion)
        ))
     (arguments
      `(#:modules ((guix build utils))