mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 22:45:08 +00:00
8 lines
146 B
Nix
8 lines
146 B
Nix
|
{ kde, kdelibs, libkdegames }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libkdegames ];
|
||
|
meta = {
|
||
|
description = "a library for KMahjongg game";
|
||
|
};
|
||
|
}
|