[Nix-dev] Re: [Nix-commits] SVN commit: nix - 16694 - eelco - in nixpkgs/trunk/pkgs: tools/misc/parted top-level

Ludovic Courtès ludo at gnu.org
Wed Aug 12 12:14:31 CEST 2009


Hey,

Eelco Dolstra <e.dolstra at tudelft.nl> writes:

> You can view the changes in this commit at:
>    https://svn.nixos.org/viewvc/nix?rev=16694&view=rev
>
> Modified:
>    nixpkgs/trunk/pkgs/tools/misc/parted/default.nix
>    nixpkgs/trunk/pkgs/top-level/all-packages.nix
>
> Log:
> * GNU parted: e2fsprogs -> libuuid.

[...]

> -  SDL = import ../development/libraries/SDL {
> +  SDL = makeOverridable (import ../development/libraries/SDL) {
>      inherit fetchurl stdenv pkgconfig x11 mesa alsaLib pulseaudio;
>      inherit (xlibs) libXrandr;
>      openglSupport = mesaSupported;
>      alsaSupport = true;
> +    pulseaudioSupport = false; # better go through ALSA
>    };

You were trying to do that stealthily, uh?  ;-)

While it's better to do it through ALSA, it's not done yet, and I don't
think it hurts to have it here.

Besides, some of your recent changes involves full rebuilds IUIC.
Perhaps they could have gone to `stdenv-updates'?

Thanks,
Ludo'.



More information about the nix-dev mailing list