mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
11 lines
133 B
Nix
11 lines
133 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ksvg";
|
|
|
|
extraBuildInputs = [qtdeclarative qtsvg];
|
|
}
|