summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-03-03 16:52:55 +0100
committerJoachim F <joachifm@users.noreply.github.com>2017-03-03 16:52:55 +0100
commit3d3096b229eb108498e15e0f27ce3edf5d74ca3a (patch)
treeadbe3e34c7a1f21f17bcbaba3c37930df4db2685
parent3971876585eb0829a8fc2732c547743544fa706f (diff)
downloadnixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar.gz
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar.bz2
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar.lz
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar.xz
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.tar.zst
nixpkgs-3d3096b229eb108498e15e0f27ce3edf5d74ca3a.zip
VoiceOfFaust: fix pitchTracker (#23394)
-rw-r--r--pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''