mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
373e765ec3
commit
b5c347ad3d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ (define (maybe-inputs package-inputs)
|
|||
(()
|
||||
'())
|
||||
((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
|
||||
|
|
Loading…
Reference in a new issue