Merge pull request #232094 from nagy/dumptorrent

dumptorrent: support cross compilation
This commit is contained in:
Rick van Schijndel
2023-05-16 07:27:27 +02:00
committed by GitHub
+2 -2
View File
@@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm";
};
patchPhase = ''
postPatch = ''
substituteInPlace Makefile \
--replace "gcc" "cc"
--replace "gcc" "$CC"
'';
installPhase = ''