Give less work to Hydra.

svn path=/nixpkgs/trunk/; revision=26507
This commit is contained in:
Ludovic Courtès 2011-03-25 10:54:17 +00:00
parent 8adedb4957
commit 446b09c477

View File

@ -13,7 +13,7 @@ with (import ./release-lib.nix);
tarball = import ./make-tarball.nix;
} // (mapTestOn ((packagesWithMetaPlatform pkgs) // rec {
} // (mapTestOn (/* (packagesWithMetaPlatform pkgs) // */ rec {
MPlayer = linux;
abcde = linux;
@ -380,6 +380,7 @@ with (import ./release-lib.nix);
jdee = linux;
};
/*
firefox36Pkgs.firefox = linux;
firefox40Pkgs.firefox = linux;
@ -541,6 +542,7 @@ with (import ./release-lib.nix);
xfdesktop = linux;
xfwm4 = linux;
};
*/
} ))