faust: add more faust2appl scripts

+2 -2
+1 -1
pkgs/applications/audio/faust/faust1.nix
··· 49 # faust.wrapWithBuildEnv. 50 postInstall = '' 51 # syntax error when eval'd directly 52 - pattern="faust2!(svg)" 53 (shopt -s extglob; rm "$out"/bin/$pattern) 54 ''; 55
··· 49 # faust.wrapWithBuildEnv. 50 postInstall = '' 51 # syntax error when eval'd directly 52 + pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))" 53 (shopt -s extglob; rm "$out"/bin/$pattern) 54 ''; 55
+1 -1
pkgs/applications/audio/faust/faust2.nix
··· 78 # faust.wrapWithBuildEnv. 79 postInstall = '' 80 # syntax error when eval'd directly 81 - pattern="faust2!(svg)" 82 (shopt -s extglob; rm "$out"/bin/$pattern) 83 ''; 84
··· 78 # faust.wrapWithBuildEnv. 79 postInstall = '' 80 # syntax error when eval'd directly 81 + pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))" 82 (shopt -s extglob; rm "$out"/bin/$pattern) 83 ''; 84