folly: add update script

(cherry picked from commit f86db4874d)
(cherry picked from commit e456bdb0cb53957eb96c9e95c30a93941f1f7ea2)
This commit is contained in:
Emily
2024-11-30 15:11:14 +01:00
committed by Vladimír Čunát
parent 4809b6f333
commit ca120bbcdf
+4
View File
@@ -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;