nixpkgs/pkgs/kde/gear/svgpart/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
107 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtsvg,
}:
mkKdeDerivation {
pname = "svgpart";
2024-09-20 01:54:48 -04:00
extraBuildInputs = [ qtsvg ];
}