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
284 B
Nix
11 lines
284 B
Nix
{ kde, kdelibs, shared_desktop_ontologies, glib, htmlTidy }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs shared_desktop_ontologies glib htmlTidy ];
|
|
|
|
meta = {
|
|
description = "Base KDE applications, including the Dolphin file manager and Konqueror web browser";
|
|
license = "GPLv2";
|
|
};
|
|
}
|