watchman: add update script

(cherry picked from commit ec166bb5f0)
(cherry picked from commit 5e28ca8e9e03a297142e4dd8cd42c4b857e71642)
This commit is contained in:
Emily
2024-11-30 15:11:36 +01:00
committed by Vladimír Čunát
parent 0897361047
commit 9dee8b4b85
+4
View File
@@ -31,6 +31,8 @@
gtest,
nix-update-script,
stateDir ? "",
}:
@@ -105,6 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
remove-references-to -t ${folly.fmt.dev} $out/bin/*
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Watches files and takes action when they change";
homepage = "https://facebook.github.io/watchman";