python3Packages.python-mapnik: use boost175

This commit is contained in:
Robert Schütz 2021-12-28 11:19:52 +00:00 committed by Kerstin
parent 1421ddcf8a
commit a4778e618f

View File

@ -7845,7 +7845,7 @@ in {
python-manilaclient = callPackage ../development/python-modules/python-manilaclient { };
python-mapnik = let
boost = pkgs.boost.override {
boost = pkgs.boost175.override {
enablePython = true;
inherit python;
};