6473176133
Also migrate existing kdePackage users to new API svn path=/nixpkgs/trunk/; revision=23525
14 lines
312 B
Nix
14 lines
312 B
Nix
{ kde, cmake, qt4, pkgconfig, polkit, automoc4, glib }:
|
|
|
|
kde.package {
|
|
buildInputs = [ cmake qt4 automoc4 ];
|
|
propagatedBuildInputs = [ polkit glib ];
|
|
meta.kde = {
|
|
name = "polkit-qt-1";
|
|
module = "polkit-qt-1";
|
|
version = "0.96.1";
|
|
release = "0.96.1";
|
|
subdir = "apps/KDE4.x/admin";
|
|
};
|
|
}
|