nixpkgs/pkgs/desktops/kde-4.7/libkipi.nix
Eelco Dolstra 8cb2e1860f * Add libkipi and libkexiv2.
svn path=/nixpkgs/branches/kde-4.7/; revision=27727
2011-07-11 16:13:40 +00:00

13 lines
227 B
Nix

{ automoc4, cmake, kde, kdelibs, qt4 }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 ];
meta = {
description = "Interface library to kipi-plugins";
license = "GPLv2";
kde.name = "libkipi";
};
}