From 9df13d6bba3f13d351a14a32e404341ff7da85ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 21 Jan 2011 22:12:39 +0000 Subject: [PATCH] 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 --- pkgs/servers/sip/freeswitch/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix index 6af5715915d4..770dc6d277be 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/;