Unverified Commit b2a6b072 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

mediaelch-qt5: fix build (#509174)

parents fbc6a6cc 7e971c25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
    HOME = "/tmp"; # for the font cache
    LANG = "C.UTF-8";
    QT_QPA_PLATFORM = "offscreen"; # the tests require a UI
    QT_QPA_PLATFORM_PLUGIN_PATH = "${qt'.qtbase}/${qt'.qtbase.qtPluginPrefix}/platforms";
  };

  doCheck = true;