mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
b6648e207d
Mostly automatic update. The only manual change caused by some movements on projects.kde.org. Untested. svn path=/nixpkgs/trunk/; revision=29179
11 lines
171 B
Nix
11 lines
171 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "Kate, the KDE Advanced Text Editor, as well as KWrite";
|
|
license = "GPLv2";
|
|
};
|
|
}
|