1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-17 18:34:41 +00:00
nixpkgs/pkgs/desktops/kde-4.7/kate.nix

13 lines
290 B
Nix
Raw Normal View History

{ automoc4, cmake, kde, kdelibs, qt4, shared_mime_info, perl }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 shared_mime_info perl ];
meta = {
description = "Kate, the KDE Advanced Text Editor, as well as KWrite";
license = "GPLv2";
kde.name = "kate";
};
}