mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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:
parent
0921d5ddda
commit
5b4d0bb383
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user