fbthrift: add update script

(cherry picked from commit 814fc8dcf1)
(cherry picked from commit 1c28dbccc8d5372a6fa6f26b68c1ea139eeb3c69)
This commit is contained in:
Emily
2024-11-30 15:11:26 +01:00
committed by Vladimír Čunát
parent a1f828720c
commit 460f42b13d
+3
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";