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

kde {
  buildInputs = [ kdelibs qimageblitz ];

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

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