mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
gawk: Enable cross-compilation
This commit is contained in:
parent
5db559f855
commit
6f4cfe0570
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user