iasl: make NIX_CFLAGS_COMPILE a list
strings are no longer supported for this attribute.
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1ip684is3dplf7snkn024vv6bg3dv5msx8v7pz6x9lrnk3gk0j9h";
|
sha256 = "1ip684is3dplf7snkn024vv6bg3dv5msx8v7pz6x9lrnk3gk0j9h";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-O3";
|
NIX_CFLAGS_COMPILE = [ "-O3" ];
|
||||||
|
|
||||||
buildFlags = [ "iasl" ];
|
buildFlags = [ "iasl" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user