mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #229531 from colemickens/pr-thermald
thermald: remove now unneeded build flag
This commit is contained in:
commit
9a9895f7a8
@ -55,7 +55,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-gtk-doc"
|
"--enable-gtk-doc"
|
||||||
"--with-dbus-sys-dir=${placeholder "out"}/share/dbus-1/system.d"
|
"--with-dbus-sys-dir=${placeholder "out"}/share/dbus-1/system.d"
|
||||||
"--with-systemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
|
"--with-systemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
|
||||||
"--disable-werror"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "NO_CONFIGURE=1 ./autogen.sh";
|
preConfigure = "NO_CONFIGURE=1 ./autogen.sh";
|
||||||
|
Loading…
Reference in New Issue
Block a user