libfrida-core: add nix-update-script passthru

This commit is contained in:
NilaTheDragon
2026-04-21 19:19:59 +02:00
parent b57ca4e996
commit c257dde764
@@ -2,6 +2,7 @@
lib,
stdenvNoCC,
fetchurl,
nix-update-script,
}:
let
inherit (stdenvNoCC.hostPlatform) system;
@@ -37,6 +38,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Frida core library intended for static linking into bindings";
homepage = "https://frida.re/";