htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 9a1074577a46b989d283111158603be3914beac1 Author: Hartmut Goebel <[email protected]> Date: Sun Oct 16 23:14:30 2016 +0200 gnu: python-zope-location: Correct inputs. * gnu/packages/python.scm(python-zope-location)[native-inputs] change to [propagated-inputs]. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 17607f4..d0adb8a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6548,7 +6548,7 @@ brokering, etc.) for which the proxy is responsible.") (base32 "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74")))) (build-system python-build-system) - (native-inputs + (propagated-inputs `(("python-zope-proxy" ,python-zope-proxy) ("python-zope-schema" ,python-zope-schema))) (home-page "http://pypi.python.org/pypi/zope.location/")
