tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Add dependency 'ar' and fix path
Peter Membrey
8 months ago
0f5c2862
66282ee1
+6
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
de
debsigs
package.nix
+6
pkgs/by-name/de/debsigs/package.nix
···
1
1
{
2
2
+
binutils,
2
3
lib,
3
4
perlPackages,
4
5
fetchFromGitLab,
···
16
17
};
17
18
18
19
sourceRoot = "${src.name}/perl";
20
20
+
21
21
+
postPatch = ''
22
22
+
substituteInPlace arf.pm \
23
23
+
--replace-fail /usr/bin/ar ${binutils.bintools}/bin/ar
24
24
+
'';
19
25
20
26
meta = {
21
27
description = "Manipulate the cryptographic signatures stored inside a .deb file";