lol

Merge pull request #247624 from dotlambda/tirex-fix

perlPackages.Tirex: fix build

authored by

Stig and committed by
GitHub
f7985a0c 0a8221cd

+9 -4
+9 -4
pkgs/top-level/perl-packages.nix
··· 26520 26520 hash = "sha256-0QbPfCPBdNBbUiZ8Ppg2zao98+Ddl3l+yX6y1/J50rg="; 26521 26521 }; 26522 26522 26523 + patches = [ 26524 + # https://github.com/openstreetmap/tirex/pull/54 26525 + (fetchpatch { 26526 + url = "https://github.com/openstreetmap/tirex/commit/da0c5db926bc0939c53dd902a969b689ccf9edde.patch"; 26527 + hash = "sha256-bnL1ZGy8ZNSZuCRbZn59qRVLg3TL0GjFYnhRKroeVO0="; 26528 + }) 26529 + ]; 26530 + 26523 26531 buildInputs = [ 26524 26532 GD 26525 26533 IPCShareLite 26526 26534 JSON 26527 26535 LWP 26528 - HTTPDaemon 26529 - pkgs.cairo 26530 26536 pkgs.mapnik 26531 - pkgs.zlib 26532 - ]; 26537 + ] ++ pkgs.mapnik.buildInputs; 26533 26538 26534 26539 installPhase = '' 26535 26540 install -m 755 -d $out/usr/libexec