diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-09 17:57:50 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-09 17:57:50 +0200 |
commit | a399efba452985c47ac8ecc689b592d784729c71 (patch) | |
tree | 765331f728d6985af5e73c856788b5aa24b8a2a2 /custom/trivmix-service.nix | |
parent | 0364c91499f63fd0c4e35c31c0e4fa11df9259d3 (diff) | |
download | nixos-a399efba452985c47ac8ecc689b592d784729c71.tar nixos-a399efba452985c47ac8ecc689b592d784729c71.tar.gz nixos-a399efba452985c47ac8ecc689b592d784729c71.tar.bz2 nixos-a399efba452985c47ac8ecc689b592d784729c71.tar.xz nixos-a399efba452985c47ac8ecc689b592d784729c71.zip |
rename
Diffstat (limited to 'custom/trivmix-service.nix')
-rw-r--r-- | custom/trivmix-service.nix | 4 |
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 | }; |
35 | in rec { | 35 | in rec { |