Commit 843f1392 authored by Paul Dettorer Hervot's avatar Paul Dettorer Hervot
Browse files

python311Packages.python-mapnik: use boost182 instead of the default

The import checks didn't pass because of a boost binding problem solved
by https://github.com/boostorg/python/pull/385.
parent ec27bb35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
, pillow
, pycairo
, pkg-config
, boost
, boost182
, cairo
, harfbuzz
, icu
@@ -60,7 +60,7 @@ buildPythonPackage rec {

  buildInputs = [
    mapnik
    boost
    boost182
    cairo
    harfbuzz
    icu
+1 −1
Original line number Diff line number Diff line
@@ -9753,7 +9753,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;
    boost = pkgs.boost.override {
    boost182 = pkgs.boost182.override {
      enablePython = true;
      inherit python;
    };