forked from mirrors/nixpkgs
roundcubePlugins.custom_from: init at 1.6.6
This commit is contained in:
parent
5b9b93b9be
commit
31a9917ad2
11
pkgs/servers/roundcube/plugins/custom_from/default.nix
Normal file
11
pkgs/servers/roundcube/plugins/custom_from/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ 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=";
|
||||||
|
};
|
||||||
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
carddav = callPackage ./carddav { };
|
carddav = callPackage ./carddav { };
|
||||||
contextmenu = callPackage ./contextmenu { };
|
contextmenu = callPackage ./contextmenu { };
|
||||||
|
custom_from = callPackage ./custom_from { };
|
||||||
persistent_login = callPackage ./persistent_login { };
|
persistent_login = callPackage ./persistent_login { };
|
||||||
thunderbird_labels = callPackage ./thunderbird_labels { };
|
thunderbird_labels = callPackage ./thunderbird_labels { };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue