linuxPackages.system76-acpi: fix build
This commit is contained in:
parent
d420cf07b4
commit
3b24475288
@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
||||
mv lib/udev/hwdb.d/* $out/lib/udev/hwdb.d
|
||||
'';
|
||||
|
||||
# GCC 14 makes this an error by default, remove when fixed upstream
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with lib.maintainers; [ ahoneybun ];
|
||||
license = [ licenses.gpl2Only ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user