about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdegraphics/libkipi.nix
blob: 6b16265e7a3e8fc45c1a34fdf9b4cde9e1968c26 (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 = "GPLv2";
  };
}