From df7b182922671c0b83a080084c475ab91450efcd Mon Sep 17 00:00:00 2001 From: fetsorn Date: Wed, 31 May 2023 03:58:48 +0400 Subject: [PATCH] tetraproc: fix typo --- pkgs/applications/audio/tetraproc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/tetraproc/default.nix b/pkgs/applications/audio/tetraproc/default.nix index b5012029480e..806f01dc1217 100644 --- a/pkgs/applications/audio/tetraproc/default.nix +++ b/pkgs/applications/audio/tetraproc/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { ''; 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" '';