summary refs log tree commit diff
path: root/pkgs/applications/misc/nut
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-03-13 21:44:51 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-03-13 21:44:51 +0100
commitd6349df0dd5d6ff26cb882ea7b2451fdb832ae6f (patch)
tree8a70f4b3f8e5815ec0b99338802e1187c5f3ae73 /pkgs/applications/misc/nut
parent344f2e6518ebcc1d07cff19df49ed2f960680087 (diff)
downloadnixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar.gz
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar.bz2
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar.lz
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar.xz
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.tar.zst
nixpkgs-d6349df0dd5d6ff26cb882ea7b2451fdb832ae6f.zip
put systemd unit dirs on the right place
Also see #1936.
Diffstat (limited to 'pkgs/applications/misc/nut')
-rw-r--r--pkgs/applications/misc/nut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/nut/default.nix b/pkgs/applications/misc/nut/default.nix
index 92cd0de8b31..3e972f672cc 100644
--- a/pkgs/applications/misc/nut/default.nix
+++ b/pkgs/applications/misc/nut/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
       "--without-powerman" # Until we have it ...
       "--without-cgi"
       "--without-hal"
-      "--with-systemdsystemunitdir=$(out)/etc/systemd/systemd"
+      "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
       "--with-udev-dir=$(out)/etc/udev"
     ];