try to use sphinx pre built

This commit is contained in:
Arthur Wambst 2025-05-06 13:44:21 +02:00
parent 1dbdc958b9
commit 227a920266

View File

@ -25,7 +25,7 @@
let
fixSphinx = ps:
if ps ? sphinx
then ps.sphinx.override { preferWheel = true; }
then ps.sphinx.overridePythonAttrs (old: { version = "7.2.6"; })
else ps.sphinx;
in
pythonPackages;