summaryrefslogtreecommitdiffstats
path: root/env.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-01-11 21:53:13 +0100
committertv <tv@shackspace.de>2015-01-11 21:53:13 +0100
commit5273db3d5c21cd4ef331df57e09c58c93bcc3f46 (patch)
treedd62e266744497088f2749568b797793e5daf208 /env.nix
parentdf057aa8493de81770576c596fe6a497605481ea (diff)
notmuch insert reply drafts
Diffstat (limited to 'env.nix')
-rw-r--r--env.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/env.nix b/env.nix
index 51e5ddd..4309cc0 100644
--- a/env.nix
+++ b/env.nix
@@ -21,7 +21,10 @@ let
cabalInstall
aeson
caseInsensitive
+ email-header
friendly-time
+ mime
+ mime-mail # because modified showAddress
process
rosezipper
safe
@@ -32,7 +35,9 @@ let
hsPkgs = pkgs.haskellPackages_ghc783_profiling.override {
extension = self: super: with self; {
+ email-header = callPackage ./nix/email-header.nix {};
friendly-time = callPackage ./nix/friendly-time {};
+ mime-mail = callPackage ./nix/mime-mail.nix {};
};
};