about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdebase/kde-baseapps.nix
blob: 45192e0c46001ae66060597438bd28bffec8c6a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ 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";
  };
}