16 pname = "polkit-qt-1";
20 url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
21 sha256 = "sha256-LrDyJEWIgpX/or+8DDaThHoPlzu2sMPkzOAhi+fjkH4=";
24 nativeBuildInputs = [ cmake pkg-config ];
30 ] ++ lib.optionals stdenv.isLinux [ libselinux libsepol util-linux ];
33 description = "A Qt wrapper around PolKit";
34 maintainers = with maintainers; [ ttuegel ];
35 platforms = platforms.linux;