17 stdenv.mkDerivation rec {
18 pname = "pantheon-agent-polkit";
21 src = fetchFromGitHub {
25 hash = "sha256-Hm4vEubj2VjObD2t7wBHGrjnp6Nza6Ze7AOcJ0n5Dmc=";
45 updateScript = nix-update-script { };
49 description = "Polkit Agent for the Pantheon Desktop";
50 homepage = "https://github.com/elementary/pantheon-agent-polkit";
51 license = licenses.lgpl21Plus;
52 platforms = platforms.linux;
53 maintainers = teams.pantheon.members;