>From 9b6c675637ae84dd8613d4d3f69c16416e935b77 Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 14 Sep 2021 16:45:09 -0400 Subject: [PATCH] Change propagated-inputs to inputs Since mediagoblin is an end user application and not a library. This helps with not polluted the user's environment. See jrnl for an example of another python application that does the same: guix edit jrnl --- guix-env.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-env.scm b/guix-env.scm index 4f9cd2ab..d938180a 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -188,7 +188,7 @@ ("python-pytest-xdist" ,python-pytest-xdist) ("python-sphinx" ,python-sphinx) ("python-webtest" ,python-webtest))) - (propagated-inputs + (inputs `(("python-alembic" ,python-alembic) ("python-babel" ,python-babel) ("python-celery" ,python-celery) -- 2.33.0