1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-virtualenv: Propagate inputs.

* gnu/packages/python-xyz.scm (python-virtualenv)[inputs]: Make…
[propagated-inputs]: …this.
This commit is contained in:
Tobias Geerinckx-Rice
2020-03-10 12:05:55 +01:00
parent 80b2825d95
commit 828996bb8a

View File

@@ -2416,7 +2416,7 @@ e.g. filters, callbacks and errbacks can all be promises.")
;; raise RuntimeError("setuptools >= 41 required to build")
("python-setuptools" ,python-setuptools)
("python-setuptools-scm" ,python-setuptools-scm)))
(inputs
(propagated-inputs
`(("python-appdirs" ,python-appdirs)
("python-distlib" ,python-distlib)
("python-filelock" ,python-filelock)