tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faust: add more faust2appl scripts
Bart Brouns
7 years ago
156dfd6e
90cfaf1a
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
faust
faust1.nix
faust2.nix
+1
-1
pkgs/applications/audio/faust/faust1.nix
···
49
49
# faust.wrapWithBuildEnv.
50
50
postInstall = ''
51
51
# syntax error when eval'd directly
52
52
-
pattern="faust2!(svg)"
52
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
81
-
pattern="faust2!(svg)"
81
81
+
pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
82
82
(shopt -s extglob; rm "$out"/bin/$pattern)
83
83
'';
84
84