summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/user-manager.nix
blob: f46792fc48f7642a270d2b1b65f98ff79c252f7a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                         
{
  mkDerivation, extra-cmake-modules, kdoctools, kcmutils, kconfig, khtml,
  ki18n, kiconthemes, kio, kwindowsystem, libpwquality
}:

mkDerivation {
  name = "user-manager";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    kcmutils kconfig khtml ki18n kiconthemes kio kwindowsystem
    libpwquality
  ];
}