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

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

16 lines
187 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qt5compat,
qtmultimedia,
}:
mkKdeDerivation {
pname = "konsole";
extraBuildInputs = [
qt5compat
qtmultimedia
];
meta.mainProgram = "konsole";
}