From 997a5c8ef3cff22b0fe1d9070d3c789bbac7c347 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 27 Mar 2011 19:03:06 +0000 Subject: [PATCH] * Revert r26507, which I assume was intented for the stdenv branch. svn path=/nixpkgs/trunk/; revision=26550 --- pkgs/top-level/release.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 267b7a95fc7..e8afa9bcb3b 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -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; }; - */ } ))