···11{ lib22, pkgs # for passthru.plugins33, stdenv44+, fetchpatch45, fetchurl56, pkg-config67, libusb-compat-0_1···4847 "-Dportable=true"4948 ];50495151- # Normally, Rizin only looks for files in the install prefix. With5252- # portable=true, it instead looks for files in relation to the parent5353- # of the directory of the binary file specified in /proc/self/exe,5454- # caching it. This patch replaces the entire logic to only look at5555- # the env var NIX_RZ_PREFIX5656- patches = [ ./librz-wrapper-support.patch ];5050+ patches = [5151+ # Normally, Rizin only looks for files in the install prefix. With5252+ # portable=true, it instead looks for files in relation to the parent5353+ # of the directory of the binary file specified in /proc/self/exe,5454+ # caching it. This patch replaces the entire logic to only look at5555+ # the env var NIX_RZ_PREFIX5656+ ./librz-wrapper-support.patch5757+ # Fix tree-sitter 0.20.9 build failure: https://github.com/rizinorg/rizin/pull/41655858+ (fetchpatch {5959+ name = "tree-sitter-0.20.9.patch";6060+ url = "https://github.com/rizinorg/rizin/commit/1bb08712dbc9e062bb439a65dcebeb4221ded699.patch";6161+ hash = "sha256-mE0eQAFhyxX5bwrz+S1IVl6HNV9ITQ+tRRvGLLif5VI=";6262+ })6363+ ];6464+57655866 nativeBuildInputs = [5967 pkg-config
···58585959 AusweisApp2 = ausweisapp; # Added 2023-11-086060 a4term = a4; # Added 2023-10-066161+ adtool = throw "'adtool' has been removed, as it was broken and unmaintained";6162 aether = throw "aether has been removed from nixpkgs; upstream unmaintained, security issues"; # Added 2023-10-036263 airfield = throw "airfield has been removed due to being unmaintained"; # Added 2023-05-196364 alertmanager-bot = throw "alertmanager-bot is broken and has been archived by upstream"; # Added 2023-07-28