gawk: Enable cross-compilation

This commit is contained in:
Ben Gamari
2017-12-29 17:18:46 -05:00
committed by John Ericson
parent 5db559f855
commit 6f4cfe0570
+2
View File
@@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
];
makeFlags = "AR=${stdenv.cc.targetPrefix}ar";
inherit doCheck;
postInstall = ''