mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
mapnik: migrate to by-name
This commit is contained in:
parent
5532e97e51
commit
04ee58b617
5 changed files with 1 additions and 7 deletions
|
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cairo
|
||||
freetype
|
||||
gdal
|
||||
harfbuzz
|
||||
(harfbuzz.override { withIcu = true; })
|
||||
icu
|
||||
libjpeg
|
||||
libpng
|
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue