mullvad-browser: fix file picker crashing

This commit is contained in:
Ilan Joselevich 2023-05-20 22:40:03 +03:00
parent 868aa79d72
commit c1c562cf1e
No known key found for this signature in database

View file

@ -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;