···83 meta = with stdenv.lib; {
84 homepage = http://www.freedesktop.org/wiki/Software/polkit;
85 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
086 platforms = platforms.unix;
87 maintainers = [ ];
88 };
···83 meta = with stdenv.lib; {
84 homepage = http://www.freedesktop.org/wiki/Software/polkit;
85 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
86+ license = licenses.gpl2;
87 platforms = platforms.unix;
88 maintainers = [ ];
89 };