Skip to content

Commit

Permalink
python311Packages.python-mapnik: use consistent version of boost
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 29, 2023
1 parent dfa2fbc commit c63948b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-mapnik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, pillow
, pycairo
, pkg-config
, boost182
, boost
, cairo
, harfbuzz
, icu
Expand Down Expand Up @@ -62,7 +62,7 @@ buildPythonPackage rec {

buildInputs = [
mapnik
boost182
boost
cairo
harfbuzz
icu
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit c63948b

Please sign in to comment.