From c00f83837c3fbf29303bde8fd77def4ff4461b3f Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 19 Oct 2017 08:44:05 +0200 Subject: [PATCH] fix nix build --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f9c8872..aa0194e 100644 --- a/default.nix +++ b/default.nix @@ -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