mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
ce77225e21
This is the thing you want to look at.
13 lines
178 B
Nix
13 lines
178 B
Nix
{
|
|
mkKdeDerivation,
|
|
_7zz,
|
|
svgcleaner,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libkmahjongg";
|
|
|
|
extraNativeBuildInputs = [_7zz svgcleaner];
|
|
extraBuildInputs = [qtsvg];
|
|
}
|