From 9bedd2b65944a90b13130cf943a91528bf33f1a7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:04:41 +0200 Subject: ... --- custom/uucp-mediaclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix index 3b49c9c7..9fcf11c8 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix @@ -25,7 +25,7 @@ let input=$(cat) - ${concatMapStringsSep "\n" (name: ''${notify-user name}/bin/notify-${name} $@ <<<''${input}'') cfg.notify.users} + ${concatMapStringsSep "\n" (name: ''${wrapperDir}/notify-${name} $@ <<<''${input}'') cfg.notify.users} ''; buildPhase = '' -- cgit v1.2.3