iasl: make NIX_CFLAGS_COMPILE a list

strings are no longer supported for this attribute.
This commit is contained in:
Jonathan Ringer 2019-12-30 16:17:08 -08:00
parent aa6c89479f
commit 5aff75d32d

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1ip684is3dplf7snkn024vv6bg3dv5msx8v7pz6x9lrnk3gk0j9h";
};
NIX_CFLAGS_COMPILE = "-O3";
NIX_CFLAGS_COMPILE = [ "-O3" ];
buildFlags = [ "iasl" ];