1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 02:24:27 +00:00
nixpkgs/pkgs/desktops/kde-4.12/kdetoys/ktux.nix
2014-02-13 04:26:42 +02:00

10 lines
140 B
Nix

{ kde, kdelibs, kde_workspace }:
kde {
buildInputs = [ kdelibs kde_workspace ];
meta = {
description = "Tux Screen Saver";
};
}