From 446b09c477aa1412c8344f566ceed6cd05737aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 25 Mar 2011 10:54:17 +0000 Subject: [PATCH] Give less work to Hydra. svn path=/nixpkgs/trunk/; revision=26507 --- pkgs/top-level/release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index e8afa9bcb3b..267b7a95fc7 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,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; }; + */ } ))