summary refs log tree commit diff
path: root/pkgs/os-specific/linux/upower
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-12-25 18:29:08 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-12-25 18:29:08 +0100
commit7671875b25487f78c179f02ef4ca9106f465671c (patch)
treeb9bb719e9a4c54b754902c98febee1bb79ac4dbe /pkgs/os-specific/linux/upower
parent38ee8859e8b68ea7210a6681695c448d8054e6a1 (diff)
downloadnixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar.gz
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar.bz2
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar.lz
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar.xz
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.tar.zst
nixpkgs-7671875b25487f78c179f02ef4ca9106f465671c.zip
upower_99: port commit bf3fd50e143
Diffstat (limited to 'pkgs/os-specific/linux/upower')
-rw-r--r--pkgs/os-specific/linux/upower/0.99.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/upower/0.99.nix b/pkgs/os-specific/linux/upower/0.99.nix
index fc04c613713..58133db9023 100644
--- a/pkgs/os-specific/linux/upower/0.99.nix
+++ b/pkgs/os-specific/linux/upower/0.99.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     ++ stdenv.lib.optional useSystemd
     [ "--enable-systemd"
       "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
-      "--with-systemdutildir=$(out)/lib/systemd/system-sleep"
+      "--with-systemdutildir=$(out)/lib/systemd"
       "--with-udevrulesdir=$(out)/lib/udev/rules.d"
     ];