forked from mirrors/nixpkgs
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
This commit is contained in:
parent
8cb0db3589
commit
9df13d6bba
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg ];
|
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg ];
|
||||||
|
|
||||||
# enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
||||||
homepage = http://freeswitch.org/;
|
homepage = http://freeswitch.org/;
|
||||||
|
|
Loading…
Add table
Reference in a new issue