fix nix build
This commit is contained in:
parent
e87762a224
commit
c00f83837c
@ -10,7 +10,7 @@ let
|
||||
};
|
||||
|
||||
patched = firefox.overrideDerivation (base: {
|
||||
patches = [
|
||||
patches = base.patches ++ [
|
||||
./allow-anonymous-user-style.patch
|
||||
./disable-datasharing-infobar.patch
|
||||
./disable-locationservice.patch
|
||||
|
Loading…
Reference in New Issue
Block a user