Loading pkgs/os-specific/linux/system76-acpi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/os-specific/linux/system76-acpi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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