tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
theft: fix the static build
Dmitry Bogatov
9 months ago
d6133526
0937fe22
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
th
theft
package.nix
+5
pkgs/by-name/th/theft/package.nix
···
15
15
sha256 = "1n2mkawfl2bpd4pwy3mdzxwlqjjvb5bdrr2x2gldlyqdwbk7qjhd";
16
16
};
17
17
18
18
+
postPatch = ''
19
19
+
substituteInPlace Makefile \
20
20
+
--replace "ar -rcs" "${stdenv.cc.targetPrefix}ar -rcs"
21
21
+
'';
22
22
+
18
23
preConfigure = "patchShebangs ./scripts/mk_bits_lut";
19
24
20
25
doCheck = true;