mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
133 B
Nix
11 lines
133 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ksvg";
|
|
|
|
extraBuildInputs = [qtdeclarative qtsvg];
|
|
}
|