mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
12 lines
147 B
Nix
12 lines
147 B
Nix
|
{
|
||
|
mkKdeDerivation,
|
||
|
_7zz,
|
||
|
qtsvg,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "kapman";
|
||
|
|
||
|
extraNativeBuildInputs = [_7zz];
|
||
|
extraBuildInputs = [qtsvg];
|
||
|
}
|