nixpkgs/pkgs/desktops/kde-4.7/libkipi.nix

13 lines
227 B
Nix
Raw Normal View History

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