13 stdenv.mkDerivation rec {
18 url = "mirror://gnu/sipwitch/sipwitch-${version}.tar.gz";
19 sha256 = "2a7aa86a653f6810b3cd9cce6c37b3f70e937e7d14b09fd5c2a70d70588a9482";
22 nativeBuildInputs = [ pkg-config ];
32 export configureFlags="--sysconfdir=$out/etc"
38 description = "Secure peer-to-peer VoIP server that uses the SIP protocol";
39 homepage = "https://www.gnu.org/software/sipwitch/";
40 license = lib.licenses.gpl3Plus;
42 platforms = with lib.platforms; linux;
43 broken = true; # Require libexosip2 < 5.0.0 which is vulnerable to CVE-2014-10375.