Skip to content

Commit

Permalink
mapnik: fix build with new icu via upstream patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 15, 2017
1 parent 21034a4 commit 3932a91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/development/libraries/mapnik/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchzip
{ stdenv, fetchzip, fetchpatch
, boost, cairo, freetype, gdal, harfbuzz, icu, libjpeg, libpng, libtiff
, libwebp, libxml2, proj, python2, scons, sqlite, zlib

Expand All @@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
sha256 = "189wsd6l6awblkiha666l1sdyp7ifmnfsa87y0j37rvym6w4r065";
};

patches = [(fetchpatch {
name = "icu-59.diff";
url = https://github.com/mapnik/mapnik/commit/9e58c890430d.diff;
sha256 = "0h546qq8g19gw9s4979hla9vkq5kcwh3q45ryajyjhmlr2z9fi6p";
})];

# a distinct dev output makes python-mapnik fail
outputs = [ "out" ];

Expand Down

0 comments on commit 3932a91

Please sign in to comment.