Commit c63948b8 authored by Robert Schütz's avatar Robert Schütz
Browse files

python311Packages.python-mapnik: use consistent version of boost

parent dfa2fbc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;
    };