From 9f2068ac9bc5931ea9e04f8c4cec7fb52b1628c7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Apr 2012 13:10:19 +0000 Subject: [PATCH] * Don't build Boost on Cygwin. It takes way too long. svn path=/nixpkgs/trunk/; revision=33648 --- pkgs/top-level/release.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 571f468aa0d..1d2551352b8 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -40,8 +40,6 @@ with (import ./release-lib.nix); bitlbee = linux; bittorrent = linux; blender = linux; - boost = all; - boostFull = all; bsdiff = all; btrfsProgs = linux; bvi = all;