summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 12:05:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 12:06:50 +0100
commit828996bb8a06685941408aeede4a13d42f72e952 (patch)
treed70f752ab8505b51ea2b4ee5ca8d105315331633
parent80b2825d95c6d43b7cc96257d21e5284f4874a96 (diff)
downloadpatches-828996bb8a06685941408aeede4a13d42f72e952.tar
patches-828996bb8a06685941408aeede4a13d42f72e952.tar.gz
gnu: python-virtualenv: Propagate inputs.
* gnu/packages/python-xyz.scm (python-virtualenv)[inputs]: Make… [propagated-inputs]: …this.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4db272ecc7..9b4c9a1722 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)