variety: use python3Packages instead of python37Packages

authored by

Sandro Jäckel and committed by
Martin Weinelt
081a0fa2 5253aa55

+2 -2
+2 -2
pkgs/applications/misc/variety/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub 2 - , python37Packages 2 + , python3Packages 3 3 , fehSupport ? false, feh 4 4 , imagemagickSupport ? true, imagemagick 5 5 , intltool ··· 13 13 , makeWrapper 14 14 }: 15 15 16 - with python37Packages; 16 + with python3Packages; 17 17 18 18 buildPythonApplication rec { 19 19 pname = "variety";