python310Packages.pymupdf: override mupdf python bindings version to ensure match

This commit is contained in:
Lily Foster
2023-11-15 10:00:54 -05:00
parent eba04b3485
commit f9ecb357db
@@ -19,7 +19,7 @@
let
# PyMuPDF needs the C++ bindings generated
mupdf-cxx = mupdf.override { enableOcr = true; enableCxx = true; enablePython = true; };
mupdf-cxx = mupdf.override { enableOcr = true; enableCxx = true; enablePython = true; python3 = python; };
in buildPythonPackage rec {
pname = "pymupdf";
version = "1.23.6";