Fix PolicyKit build
svn path=/nixpkgs/trunk/; revision=16727
This commit is contained in:
parent
06b4ca8e6c
commit
89fc3a896c
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user