gawk: *Flags are lists
This commit is contained in:
@@ -41,7 +41,9 @@ stdenv.mkDerivation rec {
|
|||||||
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
|
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = "AR=${stdenv.cc.targetPrefix}ar";
|
makeFlags = [
|
||||||
|
"AR=${stdenv.cc.targetPrefix}ar"
|
||||||
|
];
|
||||||
|
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user