about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index af1db3f3..4488867b 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -1,10 +1,7 @@
 { config, pkgs, lib, ... }:
 let
 
-  offlineimapGPG = pkgs.offlineimap.overrideDerivation (old: {
-    propagatedBuildInputs = old.propagatedBuildInputs
-                         ++ lib.singleton pkgs.pythonPackages.pygpgme;
-  });
+  myPkgs = import ./pkgs.nix { inherit pkgs; };
 
   mytexlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra; };
 
@@ -150,7 +147,7 @@ in {
       ];
       mailPkgs = [
         elinks
-        offlineimapGPG
+        myPkgs.offlineimap
         mutt-with-sidebar # TODO mutt-kz
         msmtp
         notmuch