mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
11 lines
144 B
Nix
11 lines
144 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwayland,
|
|
qtmultimedia,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "spectacle";
|
|
|
|
extraBuildInputs = [qtwayland qtmultimedia];
|
|
}
|