about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-04-04 18:42:36 +0200
committeraszlig <aszlig@nix.build>2020-04-04 18:44:39 +0200
commit47550c511f691ec2c15d3c450559720236d1ec2c (patch)
treebd4b1ebfd02b547df214ee4c0483579be05137a3 /machines/aszlig
parent3125272011c504d880b3692edc0611213f78e85e (diff)
machines/tyree: Fix evaluation of weboob
One (or maybe more?) dependency of weboob requires Python 3 and hence
using weboob from python2Packages isn't going to evaluate and instead
result in this error:

  error: google-api-core-1.16.0 not supported for interpreter python2.7

Using weboob from python3Packages fixes the eval error.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/tyree.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 9296d773..2f2c410d 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -24,7 +24,7 @@
 
   environment.systemPackages = with pkgs; [
     aqbanking darktable digikam firefox gwenhywfar gphoto2 kgpg kmymoney krita
-    mosh python2Packages.weboob rawtherapee wget
+    mosh python3Packages.weboob rawtherapee wget
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";