fbthrift: add update script

(cherry picked from commit 814fc8dcf1)
(cherry picked from commit 1c28dbccc8)
This commit is contained in:
Emily 2024-11-14 03:08:44 +00:00 committed by Vladimír Čunát
parent a1f828720c
commit 460f42b13d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -22,6 +22,7 @@
mvfst,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@ -109,6 +110,8 @@ stdenv.mkDerivation (finalAttrs: {
)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Facebook's branch of Apache Thrift";
mainProgram = "thrift1";