mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
6 lines
102 B
Nix
6 lines
102 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "telly-skout";
|
|
meta.mainProgram = "telly-skout";
|
|
}
|