libaio: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent a8822b6ec2
commit aa4d339510
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
--replace "-Werror" ""
'';
makeFlags = "prefix=$(out)";
makeFlags = [
"prefix=${placeholder ''out''}"
];
hardeningDisable = stdenv.lib.optional (stdenv.isi686) "stackprotector";