lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

dumptorrent: support cross compilation

+2 -2
+2 -2
pkgs/tools/misc/dumptorrent/default.nix
··· 9 9 sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm"; 10 10 }; 11 11 12 - patchPhase = '' 12 + postPatch = '' 13 13 substituteInPlace Makefile \ 14 - --replace "gcc" "cc" 14 + --replace "gcc" "$CC" 15 15 ''; 16 16 17 17 installPhase = ''