1 { lib, stdenv, fetchurl, dpkg, nixosTests }:
3 stdenv.mkDerivation rec {
4 pname = "jitsi-meet-prosody";
7 url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
8 sha256 = "ppRjUhx/VBkbFNhQunaUfOnwckOqJRQUTVMhKYZ0StU=";
13 unpackCmd = "${dpkg}/bin/dpkg-deb -x $src debcontents";
18 mv usr/share/jitsi-meet/prosody-plugins $out/share/
23 single-node-smoke-test = nixosTests.jitsi-meet;
26 passthru.updateScript = ./update.sh;
29 description = "Prosody configuration for Jitsi Meet";
31 This package contains configuration for Prosody to be used with Jitsi Meet.
33 homepage = "https://github.com/jitsi/jitsi-meet/";
34 license = licenses.asl20;
35 maintainers = teams.jitsi.members;
36 platforms = platforms.linux;