diff options
Diffstat (limited to 'third_party/radicle-explorer/default.nix')
-rw-r--r-- | third_party/radicle-explorer/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/radicle-explorer/default.nix b/third_party/radicle-explorer/default.nix index 0241eaef5d3e..7bf7dc3798d9 100644 --- a/third_party/radicle-explorer/default.nix +++ b/third_party/radicle-explorer/default.nix @@ -26,7 +26,11 @@ lib.fix (self: pkgs.buildNpmPackage rec { # This might change during nixpkgs bumps and will need updating. Need to fix # upstream so that there is a normal, callable derivation. - npmDepsHash = "sha256:0kw6rvqm0s21j1rss35idvgcrzzczfy6qi3323y385djw4ygk5xs"; + npmDepsHash = "sha256:1hbrzfjkfc0q8qk03yi6qb9zqm57h7hnkn7fl0yxkrzbrljaljaz"; + + patches = [ + ./0001-remove-dependency-on-plausible.patch + ]; postPatch = '' patchShebangs --build ./scripts |