mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:27:41 +00:00
libaio: *Flags are lists
This commit is contained in:
parent
a8822b6ec2
commit
aa4d339510
@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
|
||||
--replace "-Werror" ""
|
||||
'';
|
||||
|
||||
makeFlags = "prefix=$(out)";
|
||||
makeFlags = [
|
||||
"prefix=${placeholder ''out''}"
|
||||
];
|
||||
|
||||
hardeningDisable = stdenv.lib.optional (stdenv.isi686) "stackprotector";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user