Merge pull request #229531 from colemickens/pr-thermald

thermald: remove now unneeded build flag
This commit is contained in:
Jörg Thalheim 2023-05-03 16:33:01 +01:00 committed by GitHub
commit 9a9895f7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ 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";