summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdeutils/superkaramba.nix
blob: cbe7a2856062252477adb82246dc4a6a6297bda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kde, kdelibs, qimageblitz, python }:

kde {
  buildInputs = [ kdelibs qimageblitz python ];

  cmakeFlags = [ "-DBUILD_icons=TRUE" "-DBUILD_plasma=TRUE" ];

  meta = {
    description = "A KDE Eye-candy Application";
  };
}