thermald: remove now unneeded build flag

This commit is contained in:
Cole Mickens 2022-03-25 13:44:25 -07:00
parent 69e6642e49
commit ffd3581a4e
No known key found for this signature in database
GPG Key ID: B475C2955744A019

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";