mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
parent
e2e183ea2a
commit
8c231c9ef7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user