Unverified Commit 3b244752 authored by eljamm's avatar eljamm
Browse files

linuxPackages.system76-acpi: fix build

parent d420cf07
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ];