1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/desktops/kde-4.14/kdeutils/sweeper.nix
2014-09-24 23:48:38 +02:00

10 lines
152 B
Nix

{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "Helps clean unwanted traces the user leaves on the system";
};
}