all-packages: Fix extraneous reference to deleted boost 1.57

This commit is contained in:
William A. Kennington III 2015-09-20 14:25:46 -07:00
parent 5ba050a1a3
commit 1bada3e658

View File

@ -1702,7 +1702,7 @@ let
calamares = callPackage ../tools/misc/calamares rec { calamares = callPackage ../tools/misc/calamares rec {
python = python3; python = python3;
boost = callPackage ../development/libraries/boost/1.57.nix { python=python3; }; boost = pkgs.boost.override { python=python3; };
libyamlcpp = callPackage ../development/libraries/libyaml-cpp { makePIC=true; boost=boost; }; libyamlcpp = callPackage ../development/libraries/libyaml-cpp { makePIC=true; boost=boost; };
inherit (kf5_stable) extra-cmake-modules kconfig ki18n kcoreaddons solid; inherit (kf5_stable) extra-cmake-modules kconfig ki18n kcoreaddons solid;
}; };