14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg=";
37 dontDisableStatic = true;
44 description = "Simple, lightweight C library for writing XMPP clients";
46 libstrophe is a lightweight XMPP client library written in C. It has
47 minimal dependencies and is configurable for various environments. It
48 runs well on both Linux, Unix, and Windows based platforms.
50 homepage = "https://strophe.im/libstrophe/";
51 changelog = "https://github.com/strophe/libstrophe/blob/${src.rev}/ChangeLog";
52 license = with licenses; [
56 platforms = platforms.unix;
57 maintainers = with maintainers; [