mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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";
|
|
};
|
|
}
|