[Nix-dev] Re: [Nix-commits] SVN commit: nix - 16893 - sandervanderburg - nixpkgs/trunk/pkgs/top-level

Ludovic Courtès ludo at gnu.org
Mon Aug 31 10:16:05 CEST 2009


Hi!

Sander van der Burg <S.vanderBurg at tudelft.nl> writes:

> Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix
> ===================================================================
> --- nixpkgs/trunk/pkgs/top-level/python-packages.nix	2009-08-30 13:43:35 UTC (rev 16892)
> +++ nixpkgs/trunk/pkgs/top-level/python-packages.nix	2009-08-30 17:28:26 UTC (rev 16893)
> @@ -359,7 +359,7 @@
>      
>      PYTHON_EGG_CACHE = "`pwd`/.egg-cache";
>      
> -    propagatedBuildInputs = [ genshi ];
> +    propagatedBuildInputs = [ genshi pkgs.setuptools ];

This shouldn't be needed since `setuptools' is always part of
`propagatedBuildInputs'.  See
`development/python-modules/generic/default.nix'.

Thanks,
Ludo'.



More information about the nix-dev mailing list