mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
perlPackages.Tirex: fix build
This commit is contained in:
parent
0d9fe73c14
commit
45bff49beb
@ -26520,16 +26520,21 @@ with self; {
|
||||
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 = [
|
||||
GD
|
||||
IPCShareLite
|
||||
JSON
|
||||
LWP
|
||||
HTTPDaemon
|
||||
pkgs.cairo
|
||||
pkgs.mapnik
|
||||
pkgs.zlib
|
||||
];
|
||||
] ++ pkgs.mapnik.buildInputs;
|
||||
|
||||
installPhase = ''
|
||||
install -m 755 -d $out/usr/libexec
|
||||
|
Loading…
Reference in New Issue
Block a user