From ff6429affadf259299f4583a391161f0743788e2 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Thu, 20 Dec 2018 16:02:59 +0300 Subject: 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. --- gn/packages/edash.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gn/packages/edash.scm') 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)) -- cgit v1.2.3