mapnik: unstable-2022-04-14 -> unstable-2022-10-18

This commit is contained in:
Robert Schütz 2022-10-30 11:55:14 -07:00
parent 7bcfaeb21d
commit 9a91d12bcd
4 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2dc1f02d..739b8ae99 100644
index d87a7052d..837867551 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,19 +153,8 @@ endif()
@ -12,7 +12,7 @@ index f2dc1f02d..739b8ae99 100644
- message(STATUS "Found harfbuzz native cmake")
- list(APPEND MAPNIK_OPTIONAL_LIBS harfbuzz::harfbuzz)
-else()
- # Use pkg-config when harfbuzz is not found.
- # Use pkg-config when harfbuzz is not found.
- # It might be possible that in future version harfbuzz could only be found via pkg-config.
- # harfbuzz related discussion: https://github.com/harfbuzz/harfbuzz/issues/2653
- message(STATUS "harfbuzz not found via cmake. Searching via pkg-config...")

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "mapnik";
version = "unstable-2022-04-14";
version = "unstable-2022-10-18";
src = fetchFromGitHub {
owner = "mapnik";
repo = "mapnik";
rev = "1ba1278b4227ccd887a95880d1c75aa6446132fc";
sha256 = "sha256-dtu+PKpK/crO5cZje0aj+vB9beG0eU6fyT9GNtvvtbM=";
rev = "05661e54392bcbb3367747f97a3ef6e468c105ba";
hash = "sha256-96AneLPH1gbh/u880Pdc9OdFq2MniSdaTJoKYqId7sw=";
fetchSubmodules = true;
};

View File

@ -21066,7 +21066,6 @@ with pkgs;
harfbuzz = harfbuzz.override {
withIcu = true;
};
boost = boost175;
};
manticoresearch = callPackage ../servers/search/manticoresearch { };

View File

@ -9000,7 +9000,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.boost175.override {
boost = pkgs.boost.override {
enablePython = true;
inherit python;
};