mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
Add dependency 'ar' and fix path
This commit is contained in:
parent
66282ee101
commit
0f5c286263
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
binutils,
|
||||||
lib,
|
lib,
|
||||||
perlPackages,
|
perlPackages,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
|
@ -17,6 +18,11 @@ perlPackages.buildPerlPackage rec {
|
||||||
|
|
||||||
sourceRoot = "${src.name}/perl";
|
sourceRoot = "${src.name}/perl";
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace arf.pm \
|
||||||
|
--replace-fail /usr/bin/ar ${binutils.bintools}/bin/ar
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Manipulate the cryptographic signatures stored inside a .deb file";
|
description = "Manipulate the cryptographic signatures stored inside a .deb file";
|
||||||
mainProgram = "debsigs";
|
mainProgram = "debsigs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue