theft: fix the static build

+5
+5
pkgs/by-name/th/theft/package.nix
··· 15 15 sha256 = "1n2mkawfl2bpd4pwy3mdzxwlqjjvb5bdrr2x2gldlyqdwbk7qjhd"; 16 16 }; 17 17 18 + postPatch = '' 19 + substituteInPlace Makefile \ 20 + --replace "ar -rcs" "${stdenv.cc.targetPrefix}ar -rcs" 21 + ''; 22 + 18 23 preConfigure = "patchShebangs ./scripts/mk_bits_lut"; 19 24 20 25 doCheck = true;