Note that should avoid Guix propagated-inputs.

This commit is contained in:
Ben Sturmfels 2021-04-06 12:46:11 +10:00
parent 08ff2e93f1
commit f44a6bb4c0

View File

@ -351,6 +351,9 @@ data as NumPy arrays.")
("python-pytest-forked" ,python-pytest-forked) ("python-pytest-forked" ,python-pytest-forked)
("python-pytest-xdist" ,python-pytest-xdist) ("python-pytest-xdist" ,python-pytest-xdist)
("python-webtest" ,python-webtest))) ("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 (propagated-inputs
`(("python-alembic" ,python-alembic) `(("python-alembic" ,python-alembic)
("python-babel" ,python-babel) ("python-babel" ,python-babel)