import: pypi: All inputs are propagated-inputs by default.

* guix/import/pypi.scm (maybe-inputs): Return inputs as
  "propagated-inputs".
This commit is contained in:
Hartmut Goebel 2016-10-17 10:59:38 +02:00
parent 373e765ec3
commit b5c347ad3d
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -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