Merge pull request #162568 from erinkim4/patch-1

thermald: disable -Werror
This commit is contained in:
Bobby Rong 2022-03-04 10:46:46 +08:00 committed by GitHub
commit ea9bd85caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
"--enable-gtk-doc"
"--with-dbus-sys-dir=${placeholder "out"}/share/dbus-1/system.d"
"--with-systemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
"--disable-werror"
];
preConfigure = "NO_CONFIGURE=1 ./autogen.sh";