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

  extraBuildInputs = [qtwayland qtmultimedia];
  meta.mainProgram = "spectacle";
}