From 245e5f54226703dd60bc4f967b9e32e897140e84 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Nov 2020 21:08:48 +0100 Subject: ma sickbeard: use python37 --- makefu/2configs/sickbeard/sickgear.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefu') diff --git a/makefu/2configs/sickbeard/sickgear.nix b/makefu/2configs/sickbeard/sickgear.nix index 9746ee07..da984358 100644 --- a/makefu/2configs/sickbeard/sickgear.nix +++ b/makefu/2configs/sickbeard/sickgear.nix @@ -1,8 +1,8 @@ -{ stdenv, fetchFromGitHub, python3, makeWrapper }: +{ stdenv, fetchFromGitHub, python37, makeWrapper }: let - pythonEnv = python3.withPackages(ps: with ps; [ - (python3.pkgs.callPackage ./cheetah3.nix {}) + pythonEnv = python37.withPackages(ps: with ps; [ + (ps.callPackage ./cheetah3.nix {}) ]); in stdenv.mkDerivation rec { pname = "sickgear"; -- cgit v1.2.3