1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 19:15:39 +00:00
nixpkgs/pkgs/desktops/kde-4.12/kdetoys/amor.nix

10 lines
124 B
Nix
Raw Normal View History

2014-02-13 02:25:11 +00:00
{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "KDE creature for your desktop";
};
}