perlPackages.Tirex: fix build

This commit is contained in:
Robert Schütz 2023-08-06 18:36:06 -07:00
parent 0d9fe73c14
commit 45bff49beb

View file

@ -26520,16 +26520,21 @@ with self; {
hash = "sha256-0QbPfCPBdNBbUiZ8Ppg2zao98+Ddl3l+yX6y1/J50rg="; hash = "sha256-0QbPfCPBdNBbUiZ8Ppg2zao98+Ddl3l+yX6y1/J50rg=";
}; };
patches = [
# https://github.com/openstreetmap/tirex/pull/54
(fetchpatch {
url = "https://github.com/openstreetmap/tirex/commit/da0c5db926bc0939c53dd902a969b689ccf9edde.patch";
hash = "sha256-bnL1ZGy8ZNSZuCRbZn59qRVLg3TL0GjFYnhRKroeVO0=";
})
];
buildInputs = [ buildInputs = [
GD GD
IPCShareLite IPCShareLite
JSON JSON
LWP LWP
HTTPDaemon
pkgs.cairo
pkgs.mapnik pkgs.mapnik
pkgs.zlib ] ++ pkgs.mapnik.buildInputs;
];
installPhase = '' installPhase = ''
install -m 755 -d $out/usr/libexec install -m 755 -d $out/usr/libexec