Merge branch stdenv-updates into x-updates

x-updates is supposed to merge after stdenv-updates, so let's test it

Conflicts:
	pkgs/development/libraries/gtk+/2.x.nix (both updated, taking newer)
	pkgs/development/libraries/mesa/default.nix (taking nativeBuildInputs)
This commit is contained in:
Vladimír Čunát
2013-02-21 12:41:13 +01:00
609 changed files with 5410 additions and 7636 deletions

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation {
buildInputs = [ expat libdrm libXxf86vm libXfixes libXdamage glproto dri2proto
libxml2Python libX11 libXext libxcb libXt udev llvm ];
buildNativeInputs = [ pkgconfig python makedepend file flex bison automake autoconf libtool ];
nativeBuildInputs = [ pkgconfig python makedepend file flex bison ];
enableParallelBuilding = true;