Fix PolicyKit build
svn path=/nixpkgs/trunk/; revision=16727
This commit is contained in:
@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig glib eggdbus expat pam intltool gettext ];
|
buildInputs = [ pkgconfig glib eggdbus expat pam intltool gettext ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
chmod a+rX -R "$out"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/PolicyKit;
|
homepage = http://www.freedesktop.org/wiki/Software/PolicyKit;
|
||||||
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
|
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
|
||||||
|
|||||||
Reference in New Issue
Block a user