python3Packages.python-mapnik: use boost175

This commit is contained in:
Robert Schütz
2021-12-28 17:02:46 +01:00
committed by Kerstin
parent 1421ddcf8a
commit a4778e618f
+1 -1
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;
};