* Revert r26507, which I assume was intented for the stdenv branch.

svn path=/nixpkgs/trunk/; revision=26550
This commit is contained in:
Eelco Dolstra 2011-03-27 19:03:06 +00:00
parent 6f30a10a2d
commit 997a5c8ef3

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,7 +380,6 @@ with (import ./release-lib.nix);
jdee = linux;
};
/*
firefox36Pkgs.firefox = linux;
firefox40Pkgs.firefox = linux;
@ -542,7 +541,6 @@ with (import ./release-lib.nix);
xfdesktop = linux;
xfwm4 = linux;
};
*/
} ))