From b1ab5d037e797e13d3d7c3582f96eb25674781ac Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 14 Dec 2018 06:23:47 +0100 Subject: machines/katara: Use "alot" from python3Packages Since alot version 0.8, Python 2.x is no longer supported and subsequently trying to use it from pythonPackages will result in an evaluation error. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 62f79dbd..6942bbfc 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -199,7 +199,7 @@ in { msmtp # SMTP client # notmuch # mail indexer mu # mail indexing w/ emacs mode - pythonPackages.alot # the next cool thing! + python3Packages.alot # the next cool thing! ]; nixPkgs = [ # nix-diff # structurally diff two derivations -- cgit 1.4.1