depot/pkgs/kde/gear/kspaceduel/default.nix

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

11 lines
145 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtsvg,
}:
mkKdeDerivation {
pname = "kspaceduel";
extraBuildInputs = [ qtsvg ];
meta.mainProgram = "kspaceduel";
}