all-packages: Fix extraneous reference to deleted boost 1.57
This commit is contained in:
parent
5ba050a1a3
commit
1bada3e658
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user