Loading pkgs/servers/roundcube/plugins/custom_from/default.nix 0 → 100644 +11 −0 Original line number Diff line number Diff line { roundcubePlugin, fetchzip }: roundcubePlugin rec { pname = "custom_from"; version = "1.6.6"; src = fetchzip { url = "https://github.com/r3c/custom_from/archive/refs/tags/${version}.zip"; hash = "sha256-QvMYwFWY0BZOkzhDtW7XJ77i5mVkDNAiN4JBdsCuUy0="; }; } pkgs/servers/roundcube/plugins/plugins.nix +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ carddav = callPackage ./carddav { }; contextmenu = callPackage ./contextmenu { }; custom_from = callPackage ./custom_from { }; persistent_login = callPackage ./persistent_login { }; thunderbird_labels = callPackage ./thunderbird_labels { }; } Loading
pkgs/servers/roundcube/plugins/custom_from/default.nix 0 → 100644 +11 −0 Original line number Diff line number Diff line { roundcubePlugin, fetchzip }: roundcubePlugin rec { pname = "custom_from"; version = "1.6.6"; src = fetchzip { url = "https://github.com/r3c/custom_from/archive/refs/tags/${version}.zip"; hash = "sha256-QvMYwFWY0BZOkzhDtW7XJ77i5mVkDNAiN4JBdsCuUy0="; }; }
pkgs/servers/roundcube/plugins/plugins.nix +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ carddav = callPackage ./carddav { }; contextmenu = callPackage ./contextmenu { }; custom_from = callPackage ./custom_from { }; persistent_login = callPackage ./persistent_login { }; thunderbird_labels = callPackage ./thunderbird_labels { }; }