summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegraphics/libkipi.nix
blob: 6734ab015d75901f7de98c5ab417bd17a9779337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "Interface library to kipi-plugins";
    license = stdenv.lib.licenses.gpl2;
  };
}