Add dependency 'ar' and fix path
This commit is contained in:
parent
66282ee101
commit
0f5c286263
@ -1,4 +1,5 @@
|
||||
{
|
||||
binutils,
|
||||
lib,
|
||||
perlPackages,
|
||||
fetchFromGitLab,
|
||||
@ -17,6 +18,11 @@ perlPackages.buildPerlPackage rec {
|
||||
|
||||
sourceRoot = "${src.name}/perl";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace arf.pm \
|
||||
--replace-fail /usr/bin/ar ${binutils.bintools}/bin/ar
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Manipulate the cryptographic signatures stored inside a .deb file";
|
||||
mainProgram = "debsigs";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user