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

This commit is contained in:
Sandro
2026-03-26 21:48:30 +00:00
committed by GitHub
-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 \