Merge pull request #287333 from mfrischknecht/fix-ite-backlight-build

ite-backlight: fix build issues with GCC 13
This commit is contained in:
a-n-n-a-l-e-e 2024-02-10 14:13:27 -08:00 committed by GitHub
commit 8968441db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib
, pkgs
, stdenv
, fetchpatch
, ninja
, libusb1
, meson
@ -33,6 +34,14 @@ stdenv.mkDerivation rec {
libusb1
];
patches = [
(fetchpatch {
name = "fix-gcc13-build-failure.patch";
url = "https://github.com/hexagonal-sun/ite-backlight/commit/dc8c19d4785d80cbe7a82869daee1f723d3f3fb2.patch";
hash = "sha256-iTRTVy7qB2z1ip135b8k3RufTBzeJaP1wdrRWN9tPsU=";
})
];
meta = with lib; {
description = "Commands to control ite-backlight devices";
longDescription = ''