12 buildPythonPackage rec {
14 inherit (libzxing-cpp) src version meta;
17 sourceRoot = "${src.name}/wrappers/python";
19 # we don't need pybind11 in the root environment
20 # https://pybind11.readthedocs.io/en/stable/installing.html#include-with-pypi
22 substituteInPlace pyproject.toml \
23 --replace "pybind11[global]" "pybind11"
26 dontUseCmakeConfigure = true;
28 propagatedBuildInputs = [
50 pythonImportsCheck = [