11 stdenv.mkDerivation (finalAttrs: {
12 pname = "pulseaudio-qt";
16 url = "mirror://kde/stable/${finalAttrs.pname}/${finalAttrs.pname}-${lib.versions.majorMinor finalAttrs.version}.tar.xz";
17 sha256 = "1i4yb0v1mmhih8c2i61hybg6q60qys3pc5wbjb7a0vwl1mihgsxw";
32 description = "Pulseaudio bindings for Qt";
33 homepage = "https://invent.kde.org/libraries/pulseaudio-qt";
34 license = with licenses; [ lgpl2 ];
35 maintainers = with maintainers; [ doronbehar ];