mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-virtualenv: Propagate inputs.
* gnu/packages/python-xyz.scm (python-virtualenv)[inputs]: Make… [propagated-inputs]: …this.
This commit is contained in:
parent
80b2825d95
commit
828996bb8a
1 changed files with 1 additions and 1 deletions
|
@ -2416,7 +2416,7 @@ e.g. filters, callbacks and errbacks can all be promises.")
|
||||||
;; raise RuntimeError("setuptools >= 41 required to build")
|
;; raise RuntimeError("setuptools >= 41 required to build")
|
||||||
("python-setuptools" ,python-setuptools)
|
("python-setuptools" ,python-setuptools)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("python-appdirs" ,python-appdirs)
|
`(("python-appdirs" ,python-appdirs)
|
||||||
("python-distlib" ,python-distlib)
|
("python-distlib" ,python-distlib)
|
||||||
("python-filelock" ,python-filelock)
|
("python-filelock" ,python-filelock)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue