variety: use python3Packages instead of python37Packages
This commit is contained in:
parent
5253aa553c
commit
081a0fa202
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user