python312Packages.python-zbar: fix build

This commit is contained in:
Dennis Vestergaard Værum 2024-08-02 01:52:58 +02:00
parent dc819a2068
commit d92725b029

View File

@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
setuptools,
pillow,
zbar,
@ -14,9 +13,6 @@ buildPythonPackage rec {
version = "0.23.93";
pyproject = true;
# distutils usage in setup.py
disabled = pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "mchehab";
repo = "zbar";