From a399efba452985c47ac8ecc689b592d784729c71 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 9 Jul 2016 17:57:50 +0200 Subject: rename --- custom/trivmix-service.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 1f00ab16..5a1842fc 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix @@ -6,7 +6,7 @@ , trivmix , stdenv , makeWrapper -, jack2 +, jack2Full , coreutils }: @@ -29,7 +29,7 @@ let cp $src $out/bin/run.sh chmod 755 $out/bin/run.sh wrapProgram $out/bin/run.sh \ - --prefix PATH : ${jack2}/bin + --prefix PATH : ${jack2Full}/bin ''; }; in rec { -- cgit v1.2.3