289ec3b5aa
htmlTidy => html-tidy. Keep copy of old attribute for backward compatibility.
12 lines
346 B
Nix
12 lines
346 B
Nix
{ stdenv, kde, kdelibs, html-tidy, kactivities
|
|
, nepomuk_core, nepomuk_widgets, libXt }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs nepomuk_core nepomuk_widgets html-tidy kactivities libXt ];
|
|
|
|
meta = {
|
|
description = "Base KDE applications, including the Dolphin file manager and Konqueror web browser";
|
|
license = stdenv.lib.licenses.gpl2;
|
|
};
|
|
}
|