bug-guix
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: tcl: Avoid a circular dependency.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: tcl: Avoid a circular dependency.
Date: Thu, 06 Jun 2013 00:05:32 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> This is getting annoying.  I will instead push something along these
> lines shortly:
>
> diff --git a/guix/packages.scm b/guix/packages.scm
> index 4f8d87e..bb46131 100644
> --- a/guix/packages.scm
> +++ b/guix/packages.scm
> @@ -147,7 +147,7 @@ corresponds to the arguments expected by 
> `set-path-environment-variable'."
>    (inputs package-inputs                  ; input packages or derivations
>            (default '()) (thunked))
>    (propagated-inputs package-propagated-inputs    ; same, but propagated
> -                     (default '()))
> +                     (default '()) (thunked))
>    (native-inputs package-native-inputs    ; native input packages/derivations
>                   (default '()) (thunked))
>    (self-native-input? package-self-native-input?  ; whether to use itself as
>
> That will allow us to have circular dependencies among modules.

Pushed as 9d97a1b.  Since this changes the ABI, make sure to run
‘make clean && make’ after ‘git pull’.

Ludo’.



reply via email to

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