GNU Shishi: Use GnuTLS 2.x.

svn path=/nixpkgs/trunk/; revision=30483
This commit is contained in:
Ludovic Courtès 2011-11-19 20:13:02 +00:00
parent 9b2bd7479f
commit d3a8263552

View File

@ -5036,7 +5036,10 @@ let
samba = callPackage ../servers/samba { };
shishi = callPackage ../servers/shishi { };
shishi = callPackage ../servers/shishi {
# GNU Shishi 1.0.0 fails to build with GnuTLS 3.x.
gnutls = gnutls2;
};
sipwitch = callPackage ../servers/sip/sipwitch { };