* Add polkit-kde-agent to the channel.
svn path=/nixpkgs/trunk/; revision=28847
This commit is contained in:
parent
f823626fd8
commit
b44f2c7ad3
@ -13,4 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildNativeInputs = [ gettext ];
|
buildNativeInputs = [ gettext ];
|
||||||
|
|
||||||
patchPhase = "sed -e s/KDE4_AUTOSTART/AUTOSTART/ -i CMakeLists.txt";
|
patchPhase = "sed -e s/KDE4_AUTOSTART/AUTOSTART/ -i CMakeLists.txt";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
description = "PolicyKit authentication agent for KDE";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user