* Add kde-workspace.

* Make sure that polkit actions get installed in $out.

svn path=/nixpkgs/branches/kde-4.7/; revision=27737
This commit is contained in:
Eelco Dolstra
2011-07-12 13:24:35 +00:00
parent b39f08ea8e
commit c3e3111231
6 changed files with 52 additions and 12 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "02m710q34aapbmnz1p6qwgkk5xjmm239zdl3lvjg77dh3j0w5i3r";
};
patches = [ ./polkit-install.patch ];
buildInputs = [ cmake qt4 automoc4 ];
propagatedBuildInputs = [ polkit glib ];