From ef29477b4d7c386ce150fc677443c388ef05e173 Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 14 Sep 2021 16:44:22 -0400 Subject: Remove sphinx from native inputs. I moved sphinx to native inputs since if sphinx were to be used it would be used to build docs instead of as a direct library input to mediagoblin. The patch is attached. Signed-off-by: Ben Sturmfels --- guix-env.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-env.scm b/guix-env.scm index 24f5b373..4f9cd2ab 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -186,6 +186,7 @@ `(("python-pytest" ,python-pytest) ("python-pytest-forked" ,python-pytest-forked) ("python-pytest-xdist" ,python-pytest-xdist) + ("python-sphinx" ,python-sphinx) ("python-webtest" ,python-webtest))) (propagated-inputs `(("python-alembic" ,python-alembic) @@ -211,7 +212,6 @@ ("python-pytz" ,python-pytz) ("python-requests" ,python-requests) ; For batchaddmedia ("python-soundfile" ,python-soundfile) - ("python-sphinx" ,python-sphinx) ("python-sqlalchemy" ,python-sqlalchemy) ("python-unidecode" ,python-unidecode) ("python-waitress" ,python-waitress) -- cgit v1.2.3