depot/pkgs/kde/gear/qmlkonsole/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 = "qmlkonsole";
extraBuildInputs = [ qtsvg ];
meta.mainProgram = "qmlkonsole";
}