nixpkgs/pkgs/desktops/kde-4.10/kdegames/kbounce.nix

8 lines
173 B
Nix
Raw Normal View History

{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single player arcade game with the elements of puzzle";
};
}