* Add polkit-kde-agent to the channel.

svn path=/nixpkgs/trunk/; revision=28847
This commit is contained in:
Eelco Dolstra 2011-08-27 15:19:05 +00:00
parent f823626fd8
commit b44f2c7ad3

View File

@ -13,4 +13,9 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ gettext ];
patchPhase = "sed -e s/KDE4_AUTOSTART/AUTOSTART/ -i CMakeLists.txt";
meta = {
platforms = stdenv.lib.platforms.linux;
description = "PolicyKit authentication agent for KDE";
};
}