about summary refs log tree commit diff
path: root/nixpkgs/pkgs/kde/gear/skanlite/default.nix
blob: c64594d3fd096f50582bd1b08b74ae79f4e251a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  mkKdeDerivation,
  qt5compat,
}:
mkKdeDerivation {
  pname = "skanlite";

  extraBuildInputs = [qt5compat];
}