freeswitch: remove helper script to reduce closure size
This helper script appears to compile freeswitch modules and requires perl. Seems more useful at compile-time rather than the main output.
This commit is contained in:
parent
085725bd43
commit
6bdbe09925
@ -118,6 +118,11 @@ stdenv.mkDerivation rec {
|
||||
cp "${modulesConf}" modules.conf
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
# helper for compiling modules... not generally useful; also pulls in perl dependency
|
||||
rm "$out"/bin/fsxs
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
||||
homepage = https://freeswitch.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user