Add exim (emacs input method)

This commit is contained in:
adisbladis 2019-01-01 17:01:06 +00:00
parent b37d0d3e1f
commit 6dd6c7e7af
No known key found for this signature in database
GPG key ID: ED58F95069B004F5
3 changed files with 6 additions and 1 deletions

View file

@ -36,8 +36,11 @@ in {
exwm = mkExDrv emacsPackagesNg "exwm" {
packageRequires = [ xelb ];
};
exim = mkExDrv emacsPackagesNg "exim" {
packageRequires = [ xelb ];
};
in {
inherit exwm xelb;
inherit exwm xelb exim;
});
in overridenAttrs // {
emacsWithPackages = emacsWithPackages overridenAttrs;

1
repos/exim.json Normal file
View file

@ -0,0 +1 @@
{"rev": "247f8d823d23050d98a40afe4ed807b37b0995fb", "sha256": "1xi125a8pfppdnx7bckybj30h9qs84b6i8dbq4lxadz9g5fhcy2g", "version": "20160730.0"}

1
update
View file

@ -19,5 +19,6 @@ function update_repo() {
update_repo exwm
update_repo xelb
update_repo exim
nix-build --no-out-link --show-trace ./test.nix