summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kgamma5.nix
blob: ea58cad12ae03570de065ca6940f63542cfcf901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  kconfig, kconfigwidgets, ki18n, qtx11extras,
}:

mkDerivation {
  name = "kgamma5";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras ];
}