Fix PolicyKit build

svn path=/nixpkgs/trunk/; revision=16727
This commit is contained in:
Michael Raskin 2009-08-16 12:03:45 +00:00
parent 06b4ca8e6c
commit 89fc3a896c

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig glib eggdbus expat pam intltool gettext ];
postInstall = ''
chmod a+rX -R "$out"
'';
meta = {
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";