3
0
Fork 0
forked from mirrors/nixpkgs

boost17x: boost171 -> boost172

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2020-04-03 13:52:40 +02:00
parent c028978211
commit 4458697264

View file

@ -11177,7 +11177,7 @@ in
boost170 = callPackage ../development/libraries/boost/1.70.nix { };
boost171 = callPackage ../development/libraries/boost/1.71.nix { };
boost172 = callPackage ../development/libraries/boost/1.72.nix { };
boost17x = boost171;
boost17x = boost172;
boost = boost16x;
boost_process = callPackage ../development/libraries/boost-process { };