mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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
|
cairo
|
||||||
freetype
|
freetype
|
||||||
gdal
|
gdal
|
||||||
harfbuzz
|
(harfbuzz.override { withIcu = true; })
|
||||||
icu
|
icu
|
||||||
libjpeg
|
libjpeg
|
||||||
libpng
|
libpng
|
|
@ -9001,12 +9001,6 @@ with pkgs;
|
||||||
asciidoc = asciidoc-full;
|
asciidoc = asciidoc-full;
|
||||||
};
|
};
|
||||||
|
|
||||||
mapnik = callPackage ../development/libraries/mapnik {
|
|
||||||
harfbuzz = harfbuzz.override {
|
|
||||||
withIcu = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
matterhorn =
|
matterhorn =
|
||||||
# TODO: Erroneous references to GHC on aarch64-darwin: https://github.com/NixOS/nixpkgs/issues/318013
|
# 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