mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
6eaabd29a3
https://github.com/johndoh/roundcube-contextmenu https://github.com/johndoh/roundcube-contextmenu/releases/tag/3.3.1
12 lines
250 B
Nix
12 lines
250 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
inherit callPackage;
|
|
|
|
roundcubePlugin = callPackage ./roundcube-plugin.nix { };
|
|
|
|
carddav = callPackage ./carddav { };
|
|
contextmenu = callPackage ./contextmenu { };
|
|
persistent_login = callPackage ./persistent_login { };
|
|
}
|