upower: Fix lib/systemd/system-sleep/system-sleep
This commit is contained in:
parent
bcb9f0853c
commit
bf3fd50e14
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue