mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
gawk: *Flags are lists
This commit is contained in:
parent
ecff7d3a56
commit
083d3550a5
@ -41,7 +41,9 @@ stdenv.mkDerivation rec {
|
||||
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
|
||||
];
|
||||
|
||||
makeFlags = "AR=${stdenv.cc.targetPrefix}ar";
|
||||
makeFlags = [
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
];
|
||||
|
||||
inherit doCheck;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user