mapnik: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2025-06-07 23:44:07 +04:00
parent 5532e97e51
commit 04ee58b617
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
5 changed files with 1 additions and 7 deletions

View file

@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
cairo
freetype
gdal
harfbuzz
(harfbuzz.override { withIcu = true; })
icu
libjpeg
libpng

View file

@ -9001,12 +9001,6 @@ with pkgs;
asciidoc = asciidoc-full;
};
mapnik = callPackage ../development/libraries/mapnik {
harfbuzz = harfbuzz.override {
withIcu = true;
};
};
matterhorn =
# TODO: Erroneous references to GHC on aarch64-darwin: https://github.com/NixOS/nixpkgs/issues/318013
(