Unverified Commit c1c562cf authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

mullvad-browser: fix file picker crashing

parent 868aa79d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, copyDesktopItems
, makeWrapper
, writeText
, wrapGAppsHook

# Common run-time dependencies
, zlib
@@ -104,7 +105,7 @@ stdenv.mkDerivation rec {

  src = srcs.${stdenv.hostPlatform.system} or (throw "unsupported system: ${stdenv.hostPlatform.system}");

  nativeBuildInputs = [ copyDesktopItems makeWrapper ];
  nativeBuildInputs = [ copyDesktopItems makeWrapper wrapGAppsHook ];

  preferLocalBuild = true;
  allowSubstitutes = false;