summary refs log tree commit diff
path: root/pkgs/servers/sip/freeswitch
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-01-21 22:12:39 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-01-21 22:12:39 +0000
commit9df13d6bba3f13d351a14a32e404341ff7da85ba (patch)
treef56d040066a6829a9d82080ebec0445eafdedacd /pkgs/servers/sip/freeswitch
parent8cb0db3589db381b15586ce1cac7d77c12a04d26 (diff)
downloadnixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar.gz
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar.bz2
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar.lz
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar.xz
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.tar.zst
nixpkgs-9df13d6bba3f13d351a14a32e404341ff7da85ba.zip
I remove a commented line for freeswitch parallel build. It failed once
building, for me, with that option, so I take that off.

svn path=/nixpkgs/trunk/; revision=25665
Diffstat (limited to 'pkgs/servers/sip/freeswitch')
-rw-r--r--pkgs/servers/sip/freeswitch/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix
index 6af5715915d..770dc6d277b 100644
--- a/pkgs/servers/sip/freeswitch/default.nix
+++ b/pkgs/servers/sip/freeswitch/default.nix
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg ];
 
-  # enableParallelBuilding = true;
-
   meta = {
     description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
     homepage = http://freeswitch.org/;