boost: drop unused 'boostFull' variant

The full boost build is huge, it's unused, and it crashes GCC 4.6 anyway.
This commit is contained in:
Peter Simons 2012-07-07 11:51:22 +02:00
parent 0921d5ddda
commit 5b4d0bb383

View file

@ -3236,13 +3236,6 @@ let
boostHeaders150 = callPackage ../development/libraries/boost/1.50-headers.nix { };
boostHeaders = boostHeaders150;
# A Boost build with all library variants enabled. Very large (about 250 MB).
boostFull = appendToName "full" (boost.override {
enableDebug = true;
enableSingleThreaded = true;
enableStatic = true;
});
botan = callPackage ../development/libraries/botan { };
box2d = callPackage ../development/libraries/box2d { };