variety: use python3Packages instead of python37Packages
This commit is contained in:
parent
5253aa553c
commit
081a0fa202
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub
|
{ stdenv, lib, fetchFromGitHub
|
||||||
, python37Packages
|
, python3Packages
|
||||||
, fehSupport ? false, feh
|
, fehSupport ? false, feh
|
||||||
, imagemagickSupport ? true, imagemagick
|
, imagemagickSupport ? true, imagemagick
|
||||||
, intltool
|
, intltool
|
||||||
@ -13,7 +13,7 @@
|
|||||||
, makeWrapper
|
, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with python37Packages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "variety";
|
pname = "variety";
|
||||||
|
Loading…
Reference in New Issue
Block a user