mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
10 lines
131 B
Nix
10 lines
131 B
Nix
{
|
|
mkKdeDerivation,
|
|
plasma-activities,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "krunner";
|
|
|
|
extraBuildInputs = [ plasma-activities ];
|
|
}
|