python311Packages.pyvips: add disabled

This commit is contained in:
Anthony Roussel
2023-11-12 13:34:24 +01:00
parent 2f953d3cd4
commit 2f11f0201c
@@ -1,5 +1,6 @@
{ stdenv
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, pytestCheckHook
, glib
@@ -13,6 +14,8 @@ buildPythonPackage rec {
pname = "pyvips";
version = "2.2.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "libvips";
repo = "pyvips";