aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/system/thermald/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-29 20:07:47 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-31 03:26:26 +0300
commit8371d736cfd23a78d16fd50ecf70d8852235d267 (patch)
tree3c02fb4f5983b63c57429cff6ccc1b63d46f095a /pkgs/tools/system/thermald/default.nix
parent0cfefc7c99e242a676023dc09c42427e045ee883 (diff)
thermald: fix identation
Diffstat (limited to 'pkgs/tools/system/thermald/default.nix')
-rw-r--r--pkgs/tools/system/thermald/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix
index d5936b00806e..ddd6740c9836 100644
--- a/pkgs/tools/system/thermald/default.nix
+++ b/pkgs/tools/system/thermald/default.nix
@@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
patchPhase = ''sed -e 's/upstartconfdir = \/etc\/init/upstartconfdir = $(out)\/etc\/init/' -i data/Makefile.am'';
preConfigure = ''
- export PKG_CONFIG_PATH="${dbus_libs.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
- ./autogen.sh #--prefix="$out"
- '';
+ export PKG_CONFIG_PATH="${dbus_libs.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
+ ./autogen.sh
+ '';
configureFlags = [
"--sysconfdir=$(out)/etc" "--localstatedir=/var"
@@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
];
- preInstall = "sysconfdir=$out/etc";
-
meta = with stdenv.lib; {
description = "Thermal Daemon";
homepage = "https://01.org/linux-thermal-daemon";