qt5.qtbase: remove the unused withQttranslation parameter

This commit is contained in:
eryngion
2026-02-19 13:48:30 +02:00
committed by Doron Behar
parent 50cdf41fa7
commit 81983341fa
@@ -56,7 +56,6 @@
withGtk3 ? false,
dconf,
gtk3,
withQttranslation ? true,
qttranslations ? null,
withLibinput ? false,
libinput,
@@ -492,8 +491,7 @@ stdenv.mkDerivation (
"-I"
"${libmysqlclient}/include"
]
++ lib.optional (withQttranslation && (qttranslations != null)) [
# depends on x11
++ lib.optional (qttranslations != null) [
"-translationdir"
"${qttranslations}/translations"
]