boost: Make 1.57 the default

This commit is contained in:
William A. Kennington III
2014-11-27 22:06:01 -08:00
parent 456312a5fc
commit dc16b7cbb6
+1 -1
View File
@@ -4879,7 +4879,7 @@ let
boost155 = callPackage ../development/libraries/boost/1.55.nix { };
boost156 = callPackage ../development/libraries/boost/1.56.nix { };
boost157 = callPackage ../development/libraries/boost/1.57.nix { };
boost = boost156;
boost = boost157;
boost_process = callPackage ../development/libraries/boost-process { };