remove extra gappsWrapperArgs because they are inserted automatically with pkgs.wrapFirefox
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user