From 69c0ecbe779a4a8f37469e1ff5eb1f7d9a9d7e40 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 May 2016 16:24:10 +0200 Subject: machines/katara: fix poezio (only on 3.4) --- machines/profpatsch/pkgs.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch/pkgs.nix') 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; } -- cgit 1.4.1