1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://silcnet.org/download/server/sources/silc-server-${version}.tar.bz2";
9 sha256 = "0nr0hrwr4kbi611qazmrify7a27nzxb5n7d97f5i9cw3avxlw38s";
13 homepage = "http://silcnet.org/";
14 description = "Secure Internet Live Conferencing server";
15 mainProgram = "silcd";
16 license = lib.licenses.gpl2Plus;
18 platforms = with lib.platforms; linux;