1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
nixpkgs/pkgs/desktops/kde-4.14/kdegames/libkdegames.nix

8 lines
148 B
Nix
Raw Normal View History

2014-09-20 10:09:11 +01:00
{ kde, kdelibs, openal, libsndfile }:
kde {
buildInputs = [ kdelibs openal libsndfile ];
meta = {
description = "KDE games library";
};
}