about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-12-14 06:23:47 +0100
committeraszlig <aszlig@nix.build>2018-12-14 06:23:47 +0100
commitb1ab5d037e797e13d3d7c3582f96eb25674781ac (patch)
treeb47f8b716eb2753b19b0803254905c24f387661d /machines
parent54c99271f7570c32a4215a097e577272cd4210b2 (diff)
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 <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
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