summary refs log tree commit diff
path: root/pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-01-21 23:27:45 +0100
committerBart Brouns <bart@magnetophon.nl>2018-01-26 16:53:52 +0100
commitf59ea00c802f6fcb2784591c2016892577cd672f (patch)
tree68f8901a43f8e18f5195daf37d69ba601fa6e451 /pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix
parente3df936356b76488b398f2ef667527aadba658c5 (diff)
downloadnixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar.gz
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar.bz2
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar.lz
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar.xz
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.tar.zst
nixpkgs-f59ea00c802f6fcb2784591c2016892577cd672f.zip
magnetophonDSP: remove workarounds for:
https://bitbucket.org/agraef/faust-lv2/issues/10/tabs-break-lv2s
https://bitbucket.org/agraef/faust-lv2/issues/7/scale-log-breaks-plugins
Diffstat (limited to 'pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix')
-rw-r--r--pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix b/pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix
index 0bb2034fc46..3f809aa7847 100644
--- a/pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix
+++ b/pkgs/applications/audio/magnetophonDSP/RhythmDelay/default.nix
@@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
 
   buildPhase = ''
     faust2jaqt -time -vec -t 99999 RhythmDelay.dsp
-    sed -i "s|\[ *scale *: *log *\]||g ; s|\btgroup\b|hgroup|g" "RhythmDelay.dsp"
     faust2lv2  -time -vec -t 99999 -gui RhythmDelay.dsp
   '';