about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-05-20 16:24:10 +0200
committerProfpatsch <mail@profpatsch.de>2016-05-20 16:26:03 +0200
commit69c0ecbe779a4a8f37469e1ff5eb1f7d9a9d7e40 (patch)
treed2e4e3c13e33efd89cfb53634299f0ae15316244 /machines/profpatsch/pkgs.nix
parentad9e0e1c20c32d3aa22563f83fb636d2d5a1913a (diff)
machines/katara: fix poezio (only on 3.4)
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 68915fdb..c1b2c271 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -52,5 +52,7 @@ let
       '';
   });
 
+  poezio = pkgs.python34Packages.poezio;
+
 in
-{ inherit taffybar offlineimap sent mpv beets git-annex; }
+{ inherit taffybar offlineimap sent mpv beets git-annex poezio; }