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

mkDerivation {
  name = "kgamma5";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  propagatedBuildInputs = [ kdelibs4support qtx11extras ];
}