mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Add exim (emacs input method)
This commit is contained in:
parent
b37d0d3e1f
commit
6dd6c7e7af
3 changed files with 6 additions and 1 deletions
|
|
@ -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
1
repos/exim.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"rev": "247f8d823d23050d98a40afe4ed807b37b0995fb", "sha256": "1xi125a8pfppdnx7bckybj30h9qs84b6i8dbq4lxadz9g5fhcy2g", "version": "20160730.0"}
|
||||
1
update
1
update
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue