python311Packages.python-mapnik: use consistent version of boost

This commit is contained in:
Robert Schütz 2023-12-29 01:43:06 -08:00
parent dfa2fbc087
commit c63948b8f2
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
, pillow
, pycairo
, pkg-config
, boost182
, boost
, cairo
, harfbuzz
, icu
@ -62,7 +62,7 @@ buildPythonPackage rec {
buildInputs = [
mapnik
boost182
boost
cairo
harfbuzz
icu

View File

@ -11733,7 +11733,7 @@ self: super: with self; {
python-mapnik = callPackage ../development/python-modules/python-mapnik rec {
inherit (pkgs) pkg-config cairo icu libjpeg libpng libtiff libwebp proj zlib;
boost182 = pkgs.boost182.override {
boost = pkgs.boost182.override {
enablePython = true;
inherit python;
};