12 lines
352 B
Nix
12 lines
352 B
Nix
|
{ kde, kdelibs, shared_desktop_ontologies, glib, htmlTidy, kactivities
|
||
|
, nepomuk_core, nepomuk_widgets, libXt }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs nepomuk_core nepomuk_widgets htmlTidy kactivities libXt ];
|
||
|
|
||
|
meta = {
|
||
|
description = "Base KDE applications, including the Dolphin file manager and Konqueror web browser";
|
||
|
license = "GPLv2";
|
||
|
};
|
||
|
}
|