about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-11-09 01:33:23 +0100
committerProfpatsch <mail@profpatsch.de>2015-11-09 01:37:31 +0100
commit36d5fc3f36777f733105c6667674f275799109ac (patch)
tree620aaddd0c17a45538ca55783ddee52a41ab624f /machines
parentf0e79436d8fee5c0be759dd94c6a37c46d1b11ce (diff)
katara: new offlineimap keyring backend
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 59d685b2..558b7d91 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -1,9 +1,9 @@
 { config, pkgs, lib, ... }:
 let
 
-  offlineimapKeyring = pkgs.offlineimap.overrideDerivation (old: {
+  offlineimapGPG = pkgs.offlineimap.overrideDerivation (old: {
     propagatedBuildInputs = old.propagatedBuildInputs
-                         ++ lib.singleton pkgs.pythonPackages.keyring;
+                         ++ lib.singleton pkgs.pythonPackages.pygpgme;
   });
 
   mytexlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra; };
@@ -24,6 +24,7 @@ let
 in {
 
   config = rec {
+
     #########
     # Kernel