mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
6 lines
98 B
Nix
6 lines
98 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "alligator";
|
|
meta.mainProgram = "alligator";
|
|
}
|