linuxPackages.system76-acpi: fix build

This commit is contained in:
eljamm 2025-05-14 23:07:54 +02:00
parent d420cf07b4
commit 3b24475288
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -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 ];