calibre: remove qmake workaround since #493988 has landed on master

This commit is contained in:
wrvsrx
2026-03-20 19:40:19 +08:00
parent 0e426ae99b
commit 9ae1fe8491
-3
View File
@@ -186,9 +186,6 @@ 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 \