Make boost 156 the default
This commit is contained in:
parent
7b06577d4b
commit
9b9f716df2
1 changed files with 1 additions and 1 deletions
|
@ -4822,7 +4822,7 @@ let
|
|||
boost149 = callPackage ../development/libraries/boost/1.49.nix { };
|
||||
boost155 = callPackage ../development/libraries/boost/1.55.nix { };
|
||||
boost156 = callPackage ../development/libraries/boost/1.56.nix { };
|
||||
boost = boost155;
|
||||
boost = boost156;
|
||||
|
||||
botan = callPackage ../development/libraries/botan { };
|
||||
botanUnstable = callPackage ../development/libraries/botan/unstable.nix { };
|
||||
|
|
Loading…
Reference in a new issue