calibre: fix build until #472656 lands on master

This applies a workaround suggested by @wrvsrv. Unfortunately, the
correct fix (#472656) requires a mass rebuild so it'll take a while to
pass through staging.

fixes #493843
This commit is contained in:
Steven Allen
2026-03-02 06:56:53 -08:00
parent 6a0430dd0d
commit 0431d32b11
+3
View File
@@ -184,6 +184,9 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
# Work around #493843 until #493988 lands on master.
export QMAKE="${qt6.qtbase}/bin/qmake"
python setup.py install --root=$out \
--prefix=$out \
--libdir=$out/lib \