mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 01:15:51 +00:00
10 lines
110 B
Nix
10 lines
110 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "plasma-sdk";
|
|
|
|
extraBuildInputs = [ qtsvg ];
|
|
}
|