depot/third_party/nixpkgs/pkgs/kde/gear/spectacle/default.nix

12 lines
178 B
Nix
Raw Normal View History

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