Commit 81983341 authored by eryngion's avatar eryngion Committed by Doron Behar
Browse files

qt5.qtbase: remove the unused withQttranslation parameter

parent 50cdf41f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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"
          ]