1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00

mkbootimg: Fix build with compiler updates

This commit is contained in:
Samuel Dionne-Riel 2020-01-13 00:12:25 -05:00
parent 3dacbdeb26
commit 1e21263c7e

View File

@ -29,5 +29,9 @@ stdenv.mkDerivation {
chmod +x $out/bin/*
'';
NIX_CFLAGS_COMPILE = [
"-Wno-error=address-of-packed-member"
];
# TODO meta url : https://source.codeaurora.org/quic/kernel/skales/plain/dtbTool
}