summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/libkdegames.nix
blob: 3819dcdc9ae2c907f6a259605403b843ddab3aec (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, openal, libsndfile }:
kde {
  buildInputs = [ kdelibs openal libsndfile ];
  meta = {
    description = "KDE games library";
  };
}