mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
6 lines
107 B
Nix
6 lines
107 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "pim-sieve-editor";
|
|
meta.mainProgram = "sieveeditor";
|
|
}
|