mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #185589 from haskelious/fix/roundcubePlugin_contextmenu
roundcubePlugins.contextmenu: init at 3.3.1
This commit is contained in:
commit
94f1ac1ce5
2 changed files with 12 additions and 0 deletions
11
pkgs/servers/roundcube/plugins/contextmenu/default.nix
Normal file
11
pkgs/servers/roundcube/plugins/contextmenu/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ roundcubePlugin, fetchzip }:
|
||||
|
||||
roundcubePlugin rec {
|
||||
pname = "contextmenu";
|
||||
version = "3.3.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/johndoh/roundcube-contextmenu/archive/refs/tags/${version}.tar.gz";
|
||||
sha256 = "0aya3nv8jwfvd9rlvxfxnyfpdcpw858745xal362l3zzkbkhcrmb";
|
||||
};
|
||||
}
|
|
@ -6,5 +6,6 @@
|
|||
roundcubePlugin = callPackage ./roundcube-plugin.nix { };
|
||||
|
||||
carddav = callPackage ./carddav { };
|
||||
contextmenu = callPackage ./contextmenu { };
|
||||
persistent_login = callPackage ./persistent_login { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue