htgoebel pushed a commit to branch master
in repository guix.
commit b5c347ad3d83ee580c111bd14c80b469b0dcb294
Author: Hartmut Goebel <[email protected]>
Date: Mon Oct 17 10:59:38 2016 +0200
import: pypi: All inputs are propagated-inputs by default.
* guix/import/pypi.scm (maybe-inputs): Return inputs as
"propagated-inputs".
---
guix/import/pypi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 8aeffb2..68153d5 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -111,7 +111,7 @@ package definition."
(()
'())
((package-inputs ...)
- `((inputs (,'quasiquote ,package-inputs))))))
+ `((propagated-inputs (,'quasiquote ,package-inputs))))))
(define (guess-requirements source-url wheel-url tarball)
"Given SOURCE-URL, WHEEL-URL and a TARBALL of the package, return a list of