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.
wip/yesman
Patrick Mahoney 5 years ago
parent 085725bd43
commit 6bdbe09925
  1. 5
      pkgs/servers/sip/freeswitch/default.nix

@ -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…
Cancel
Save