From b6785a0df67ca3ff01f7cbb0355ccbe1fd5f296d Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:25:26 +0000 Subject: [PATCH] Add note about the issue this patch works around. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- pkgs/development/tools/analysis/rizin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/analysis/rizin/default.nix b/pkgs/development/tools/analysis/rizin/default.nix index 90b30d28464a..893242aa4f5a 100644 --- a/pkgs/development/tools/analysis/rizin/default.nix +++ b/pkgs/development/tools/analysis/rizin/default.nix @@ -60,6 +60,7 @@ let rizin = stdenv.mkDerivation rec { ./librz-wrapper-support.patch ./0001-fix-compilation-with-clang.patch + # Can be dropped when upstream fixes this: https://github.com/NixOS/nixpkgs/issues/300056 ./0002-disable-pcre2-jit.patch ];