mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
8 lines
148 B
Nix
8 lines
148 B
Nix
{ kde, kdelibs, openal, libsndfile }:
|
|
kde {
|
|
buildInputs = [ kdelibs openal libsndfile ];
|
|
meta = {
|
|
description = "KDE games library";
|
|
};
|
|
}
|