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

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

15 lines
158 B
Nix
Raw Normal View History

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