summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-04-09 14:32:35 +0200
committerBart Brouns <bart@magnetophon.nl>2018-04-09 14:38:37 +0200
commit156dfd6eaef34489543da69a4d512ae36281d52a (patch)
treec53f30cc91ca7007c2cdbb957411c05fab16483d
parent90cfaf1ab343eeb5dfa80bf56dfc6e66f88e613e (diff)
downloadnixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar.gz
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar.bz2
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar.lz
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar.xz
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.tar.zst
nixpkgs-156dfd6eaef34489543da69a4d512ae36281d52a.zip
faust: add more faust2appl scripts
-rw-r--r--pkgs/applications/audio/faust/faust1.nix2
-rw-r--r--pkgs/applications/audio/faust/faust2.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 4875ee8b57d..bf5bb781585 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -49,7 +49,7 @@ let
     # faust.wrapWithBuildEnv.
     postInstall = ''
       # syntax error when eval'd directly
-      pattern="faust2!(svg)"
+      pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
       (shopt -s extglob; rm "$out"/bin/$pattern)
     '';
 
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index f0564f37d6b..db5433cc35f 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -78,7 +78,7 @@ let
     # faust.wrapWithBuildEnv.
     postInstall = ''
       # syntax error when eval'd directly
-      pattern="faust2!(svg)"
+      pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
       (shopt -s extglob; rm "$out"/bin/$pattern)
     '';