mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
10 lines
103 B
Nix
10 lines
103 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "lskat";
|
|
|
|
extraBuildInputs = [qtsvg];
|
|
}
|