guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] import: pypi: All inputs are propagated-inputs by default.


From: Ludovic Courtès
Subject: Re: [PATCH] import: pypi: All inputs are propagated-inputs by default.
Date: Tue, 18 Oct 2016 14:26:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hartmut Goebel <address@hidden> skribis:

> * 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))))))

I think it’s the right thing to do.

Cyril, David: WDYT?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]