remove extra gappsWrapperArgs because they are inserted automatically with pkgs.wrapFirefox

This commit is contained in:
Dmitry Chermnykh
2025-04-02 22:05:17 +05:00
parent 808562590c
commit c3bb78a3e4

View File

@@ -80,13 +80,6 @@ stdenv.mkDerivation {
# Firefox uses "relrhack" to manually process relocations from a fixed offset
patchelfFlags = [ "--no-clobber-old-sections" ];
preFixup = ''
gappsWrapperArgs+=(
--set MOZ_ALLOW_DOWNGRADE 1
--set MOZ_APP_LAUNCHER zen
)
'';
installPhase = ''
mkdir -p "$prefix/lib/zen-bin-${variant.version}"
cp -r "$src"/* "$prefix/lib/zen-bin-${variant.version}"