Commit 7e971c25 authored by Xiangyan Sun's avatar Xiangyan Sun
Browse files

mediaelch-qt5: fix build

parent f97e1952
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;