aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-06 12:46:11 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-06 12:46:11 +1000
commitf44a6bb4c0f66e1f6cea8fe114f8eaa15b6d1ced (patch)
tree3ea97b4d104011391f312f7ad8e8a2318bce5512
parent08ff2e93f116127e5764c6d9100dd437f4247195 (diff)
downloadmediagoblin-f44a6bb4c0f66e1f6cea8fe114f8eaa15b6d1ced.tar.lz
mediagoblin-f44a6bb4c0f66e1f6cea8fe114f8eaa15b6d1ced.tar.xz
mediagoblin-f44a6bb4c0f66e1f6cea8fe114f8eaa15b6d1ced.zip
Note that should avoid Guix propagated-inputs.
-rw-r--r--guix-env.scm3
1 files changed, 3 insertions, 0 deletions
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)