summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/trivmix-service.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
6, trivmix 6, trivmix
7, stdenv 7, stdenv
8, makeWrapper 8, makeWrapper
9, jack2 9, jack2Full
10, coreutils 10, coreutils
11}: 11}:
12 12
@@ -29,7 +29,7 @@ let
29 cp $src $out/bin/run.sh 29 cp $src $out/bin/run.sh
30 chmod 755 $out/bin/run.sh 30 chmod 755 $out/bin/run.sh
31 wrapProgram $out/bin/run.sh \ 31 wrapProgram $out/bin/run.sh \
32 --prefix PATH : ${jack2}/bin 32 --prefix PATH : ${jack2Full}/bin
33 ''; 33 '';
34 }; 34 };
35in rec { 35in rec {