nixpkgs/pkgs/desktops/kde-4.5/support/polkit-qt-1/default.nix

11 lines
233 B
Nix
Raw Normal View History

{ kdePackage, cmake, qt4, pkgconfig, polkit, automoc4, glib }:
kdePackage {
pn = "polkit-qt-1";
v = "0.96.1";
subdir = "apps/KDE4.x/admin";
buildInputs = [ cmake qt4 automoc4 ];
propagatedBuildInputs = [ polkit glib ];
}