mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
iasl: make NIX_CFLAGS_COMPILE a list
strings are no longer supported for this attribute.
This commit is contained in:
parent
aa6c89479f
commit
5aff75d32d
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1ip684is3dplf7snkn024vv6bg3dv5msx8v7pz6x9lrnk3gk0j9h";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-O3";
|
||||
NIX_CFLAGS_COMPILE = [ "-O3" ];
|
||||
|
||||
buildFlags = [ "iasl" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user