14 src = fetchFromGitHub {
15 owner = "qxmpp-project";
18 sha256 = "1knpq1jkwk0lxdwczbmzf7qrjvlxba9yr40nbq9s5nqkcx6q1c3i";
23 ] ++ lib.optionals withGstreamer [
26 buildInputs = lib.optionals withGstreamer (with gst_all_1; [
33 "-DBUILD_EXAMPLES=false"
35 ] ++ lib.optionals withGstreamer [
40 description = "Cross-platform C++ XMPP client and server library";
41 homepage = "https://github.com/qxmpp-project/qxmpp";
42 license = licenses.lgpl21Plus;
43 maintainers = with maintainers; [ astro ];
44 platforms = with platforms; linux;