thermald: fix identation
This commit is contained in:
parent
0cfefc7c99
commit
8371d736cf
@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
|
|||||||
patchPhase = ''sed -e 's/upstartconfdir = \/etc\/init/upstartconfdir = $(out)\/etc\/init/' -i data/Makefile.am'';
|
patchPhase = ''sed -e 's/upstartconfdir = \/etc\/init/upstartconfdir = $(out)\/etc\/init/' -i data/Makefile.am'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export PKG_CONFIG_PATH="${dbus_libs.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="${dbus_libs.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
./autogen.sh #--prefix="$out"
|
./autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--sysconfdir=$(out)/etc" "--localstatedir=/var"
|
"--sysconfdir=$(out)/etc" "--localstatedir=/var"
|
||||||
@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
preInstall = "sysconfdir=$out/etc";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Thermal Daemon";
|
description = "Thermal Daemon";
|
||||||
homepage = "https://01.org/linux-thermal-daemon";
|
homepage = "https://01.org/linux-thermal-daemon";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user