Skip to content

Commit

Permalink
Merge pull request #267684 from lilyinstarlight/fix/pymupdf-python-ve…
Browse files Browse the repository at this point in the history
…rsion-oopsy
  • Loading branch information
RaitoBezarius authored Nov 16, 2023
2 parents b65e13d + f9ecb35 commit 9387784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pymupdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9387784

Please sign in to comment.