forked from mirrors/nixpkgs
thermald: disable -Werror
Fixes broken builds due to deprecations in dependencies
This commit is contained in:
parent
2ec61aa313
commit
7ea654576d
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue