VoiceOfFaust: fix pitchTracker (#23394)

This commit is contained in:
Bart Brouns 2017-03-03 16:52:55 +01:00 committed by Joachim F
parent 3971876585
commit 3d3096b229

View File

@ -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 = ''