tmp fix trustedgrub build

This commit is contained in:
Yorick van Pelt 2017-01-26 14:55:53 +01:00
parent a44a8ff0aa
commit 34092c5e7f

View file

@ -25,6 +25,8 @@ in
allowUnfree = true;
packageOverrides = pkgs : {
bluez = pkgs.bluez5;
# https://github.com/NixOS/nixpkgs/issues/22099
trustedGrub = pkgs.trustedGrub.overrideDerivation (attr: {NIX_CFLAGS_COMPILE = "-Wno-error";});
};
};