mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
python312Packages.python-zbar: fix build
This commit is contained in:
parent
dc819a2068
commit
d92725b029
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user