From f44a6bb4c0f66e1f6cea8fe114f8eaa15b6d1ced Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 6 Apr 2021 12:46:11 +1000 Subject: [PATCH] Note that should avoid Guix propagated-inputs. --- guix-env.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guix-env.scm b/guix-env.scm index 769f124a..a98d6d2a 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -351,6 +351,9 @@ data as NumPy arrays.") ("python-pytest-forked" ,python-pytest-forked) ("python-pytest-xdist" ,python-pytest-xdist) ("python-webtest" ,python-webtest))) + ;; lle-bout suggests avoiding propagated-inputs and insteading creating + ;; wrappers scripts. See: + ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47260#44 (propagated-inputs `(("python-alembic" ,python-alembic) ("python-babel" ,python-babel)