fix nix build

This commit is contained in:
Michele Guerini Rocco 2017-10-19 08:44:05 +02:00
parent e87762a224
commit c00f83837c
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -10,7 +10,7 @@ let
}; };
patched = firefox.overrideDerivation (base: { patched = firefox.overrideDerivation (base: {
patches = [ patches = base.patches ++ [
./allow-anonymous-user-style.patch ./allow-anonymous-user-style.patch
./disable-datasharing-infobar.patch ./disable-datasharing-infobar.patch
./disable-locationservice.patch ./disable-locationservice.patch