13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
18 owner = "profanity-im";
21 sha256 = "1bxnkhrypgv41qyy1n545kcggmlw1hvxnhwihijhhcf2pxd2s654";
35 dontDisableStatic = true;
40 description = "Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client";
44 - Remove Windows support
45 - Support only one XML Parser implementation (expat)
46 - Support only one SSL implementation (OpenSSL)
48 This simplifies maintenance of the library when used in Profanity.
49 Whilst Profanity will run against libstrophe, libmesode provides extra
50 TLS functionality such as manual SSL certificate verification.
52 homepage = "https://github.com/profanity-im/libmesode/";
53 license = with licenses; [
57 platforms = platforms.unix;
58 broken = stdenv.hostPlatform.isDarwin;
59 maintainers = with maintainers; [ devhell ];