mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
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";
|
|
};
|
|
}
|