faust: add more faust2appl scripts

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