variety: use python3Packages instead of python37Packages

This commit is contained in:
Sandro Jäckel
2021-08-30 00:59:11 +02:00
committed by Martin Weinelt
parent 5253aa553c
commit 081a0fa202
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, python37Packages
, python3Packages
, fehSupport ? false, feh
, imagemagickSupport ? true, imagemagick
, intltool
@@ -13,7 +13,7 @@
, makeWrapper
}:
with python37Packages;
with python3Packages;
buildPythonApplication rec {
pname = "variety";