My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie/overlays/kookie/emacs/kookie-notmuch/default.nix

16 lines
734 B

{ buildModule, epkgs, pkgs }:
with epkgs;
(buildModule "kookie-notmuch" ./. [ magit notmuch
## FIXME: installing "f" directly
## here is required because it is
## a dependency of many other
## tools, and installing magit
## seems to remove it from the
## emacs closure.
##
## Why? I don't know. Maybe one
## day we will understand.
f
])