mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
GNU Shishi: Use GnuTLS 2.x.
svn path=/nixpkgs/trunk/; revision=30483
This commit is contained in:
parent
9b2bd7479f
commit
d3a8263552
1 changed files with 4 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue