mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* 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 ];
|
||||
|
||||
patchPhase = "sed -e s/KDE4_AUTOSTART/AUTOSTART/ -i CMakeLists.txt";
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
description = "PolicyKit authentication agent for KDE";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user