mvfst: add update script

(cherry picked from commit 0931562600)
This commit is contained in:
Emily 2024-11-14 03:00:36 +00:00 committed by github-actions[bot]
parent e2e183ea2a
commit 8c231c9ef7

View File

@ -17,6 +17,8 @@
fizz,
gtest,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@ -132,6 +134,8 @@ stdenv.mkDerivation (finalAttrs: {
remove-references-to -t ${gtest.dev} $out/lib/*
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Implementation of the QUIC transport protocol";
homepage = "https://github.com/facebook/mvfst";