tetraproc: fix typo
This commit is contained in:
parent
824421b179
commit
df7b182922
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Make sure Jack is avalable in $PATH for tetraproc
|
# Make sure Jack is available in $PATH for tetraproc
|
||||||
wrapProgram $out/bin/tetraproc --prefix PATH : "${jack2}/bin"
|
wrapProgram $out/bin/tetraproc --prefix PATH : "${jack2}/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue