fb303: add update script

This commit is contained in:
Emily
2024-11-18 17:44:34 +00:00
parent 79dc5a8b54
commit 172efded7a
+4
View File
@@ -15,6 +15,8 @@
wangle,
apple-sdk_11,
darwinMinVersionHook,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -65,6 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" (placeholder "dev"))
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Base Thrift service and a common set of functionality for querying stats, options, and other information from a service";
homepage = "https://github.com/facebook/fb303";