mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
Merge pull request #162568 from erinkim4/patch-1
thermald: disable -Werror
This commit is contained in:
commit
ea9bd85caf
@ -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 New Issue
Block a user