From 3d3096b229eb108498e15e0f27ce3edf5d74ca3a Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Fri, 3 Mar 2017 16:52:55 +0100 Subject: VoiceOfFaust: fix pitchTracker (#23394) --- pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix b/pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix index 12d9679f97c..d7cc88905c5 100644 --- a/pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix +++ b/pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { patchPhase = '' sed -i "s@pd -nodac@${pitchTracker}/bin/pd -nodac@g" launchers/synthWrapper - sed -i "s@../PureData/OscSendVoc.pd@$out/PureData/OscSendVoc.pd@g" launchers/synthWrapper + sed -i "s@../PureData/OscSendVoc.pd@$out/PureData/OscSendVoc.pd@g" launchers/pitchTracker ''; buildPhase = '' -- cgit 1.4.1