summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/milou.nix
blob: 7f38b74423c41619771035407a9c531738561d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  mkDerivation,
  extra-cmake-modules,
  kcoreaddons, kdeclarative, ki18n, krunner, kservice, plasma-framework,
  qtscript, qtdeclarative,
}:

mkDerivation {
  name = "milou";
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  buildInputs = [
    kcoreaddons kdeclarative ki18n krunner kservice plasma-framework
    qtdeclarative qtscript
  ];
}