import: pypi: All inputs are propagated-inputs by default.
* guix/import/pypi.scm (maybe-inputs): Return inputs as "propagated-inputs".master
parent
373e765ec3
commit
b5c347ad3d
|
@ -111,7 +111,7 @@ package definition."
|
||||||
(()
|
(()
|
||||||
'())
|
'())
|
||||||
((package-inputs ...)
|
((package-inputs ...)
|
||||||
`((inputs (,'quasiquote ,package-inputs))))))
|
`((propagated-inputs (,'quasiquote ,package-inputs))))))
|
||||||
|
|
||||||
(define (guess-requirements source-url wheel-url tarball)
|
(define (guess-requirements source-url wheel-url tarball)
|
||||||
"Given SOURCE-URL, WHEEL-URL and a TARBALL of the package, return a list of
|
"Given SOURCE-URL, WHEEL-URL and a TARBALL of the package, return a list of
|
||||||
|
|
Reference in New Issue