3
0
Fork 0
forked from mirrors/nixpkgs

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