diff options
author | jgart <jgart@dismail.de> | 2021-09-14 16:44:22 -0400 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-15 21:29:56 +1000 |
commit | ef29477b4d7c386ce150fc677443c388ef05e173 (patch) | |
tree | 1cec4c1fd63b628140f2a5f59cba7812fcfa2c3e | |
parent | 3444bcc06cefa525ef648ecc209b6a38e273e9ef (diff) | |
download | mediagoblin-ef29477b4d7c386ce150fc677443c388ef05e173.tar.lz mediagoblin-ef29477b4d7c386ce150fc677443c388ef05e173.tar.xz mediagoblin-ef29477b4d7c386ce150fc677443c388ef05e173.zip |
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 <ben@sturm.com.au>
-rw-r--r-- | guix-env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |