From ca120bbcdf8d86dc29b43f350924b9e830902fe2 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 14 Nov 2024 02:39:35 +0000 Subject: [PATCH] folly: add update script (cherry picked from commit f86db4874da1299fe7b09c470ae618c544eaa923) (cherry picked from commit e456bdb0cb53957eb96c9e95c30a93941f1f7ea2) --- pkgs/by-name/fo/folly/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/fo/folly/package.nix b/pkgs/by-name/fo/folly/package.nix index 3de4d6c632a5..86f626fbce77 100644 --- a/pkgs/by-name/fo/folly/package.nix +++ b/pkgs/by-name/fo/folly/package.nix @@ -32,6 +32,8 @@ follyMobile ? false, + nix-update-script, + # for passthru.tests python3, watchman, @@ -178,6 +180,8 @@ stdenv.mkDerivation (finalAttrs: { inherit boost; fmt = fmt_11; + updateScript = nix-update-script { }; + tests = { inherit watchman; inherit (python3.pkgs) django pywatchman;