diff --git a/pkgs/by-name/fb/fb303/package.nix b/pkgs/by-name/fb/fb303/package.nix index 9abc57b12244..61076ec6455c 100644 --- a/pkgs/by-name/fb/fb303/package.nix +++ b/pkgs/by-name/fb/fb303/package.nix @@ -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";