mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
9 lines
140 B
Nix
9 lines
140 B
Nix
{ kde, kdelibs, kde_workspace }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs kde_workspace ];
|
|
|
|
meta = {
|
|
description = "Tux Screen Saver";
|
|
};
|
|
}
|