mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
10 lines
123 B
Nix
10 lines
123 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "Configure and schedule tasks";
|
|
};
|
|
}
|