Skip to content

Commit

Permalink
iasl: Temporary fix for acpica/acpica/NixOS#387
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpk committed May 16, 2018
1 parent 37dd758 commit 6fcfaa8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/compilers/iasl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "1n7lqmv77kg28drahvxzybwl9v4hzwi8i7xkpgliclfcp5ff909b";
};

NIX_CFLAGS_COMPILE = "-O3";
NIX_CFLAGS_COMPILE = [
"-O3"
# See: https://github.com/acpica/acpica/issues/387:
"-Wno-error=format-overflow"
];

buildFlags = "iasl";

Expand Down

0 comments on commit 6fcfaa8

Please sign in to comment.