Add dependency 'ar' and fix path

+6
+6
pkgs/by-name/de/debsigs/package.nix
··· 1 { 2 lib, 3 perlPackages, 4 fetchFromGitLab, ··· 16 }; 17 18 sourceRoot = "${src.name}/perl"; 19 20 meta = { 21 description = "Manipulate the cryptographic signatures stored inside a .deb file";
··· 1 { 2 + binutils, 3 lib, 4 perlPackages, 5 fetchFromGitLab, ··· 17 }; 18 19 sourceRoot = "${src.name}/perl"; 20 + 21 + postPatch = '' 22 + substituteInPlace arf.pm \ 23 + --replace-fail /usr/bin/ar ${binutils.bintools}/bin/ar 24 + ''; 25 26 meta = { 27 description = "Manipulate the cryptographic signatures stored inside a .deb file";