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