variety: use python3Packages instead of python37Packages
This commit is contained in:
parent
490c55a270
commit
912f0cd749
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue