6 lines
95 B
Nix
6 lines
95 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "sweeper";
|
|
|
|
meta.mainProgram = "sweeper";
|
|
}
|