···106106107107 passthru = rec {
108108 plugins = {
109109+ jsdec = pkgs.callPackage ./jsdec.nix {
110110+ inherit rizin openssl;
111111+ };
109112 # sigdb isn't a real plugin, but it's separated from the main rizin
110113 # derivation so that only those who need it will download it
111114 sigdb = pkgs.callPackage ./sigdb.nix { };