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
{
0
2
lib,
3
perlPackages,
4
fetchFromGitLab,
···
16
};
17
18
sourceRoot = "${src.name}/perl";
0
0
0
0
0
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";