Merge pull request #233077 from Kranzes/mullvad-browser

mullvad-browser: fix file picker crashing
This commit is contained in:
Ilan Joselevich 2023-05-21 12:29:03 +03:00 committed by GitHub
commit 25df0fdead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, copyDesktopItems , copyDesktopItems
, makeWrapper , makeWrapper
, writeText , writeText
, wrapGAppsHook
# Common run-time dependencies # Common run-time dependencies
, zlib , zlib
@ -104,7 +105,7 @@ stdenv.mkDerivation rec {
src = srcs.${stdenv.hostPlatform.system} or (throw "unsupported system: ${stdenv.hostPlatform.system}"); src = srcs.${stdenv.hostPlatform.system} or (throw "unsupported system: ${stdenv.hostPlatform.system}");
nativeBuildInputs = [ copyDesktopItems makeWrapper ]; nativeBuildInputs = [ copyDesktopItems makeWrapper wrapGAppsHook ];
preferLocalBuild = true; preferLocalBuild = true;
allowSubstitutes = false; allowSubstitutes = false;