watchman: add update script

(cherry picked from commit ec166bb5f0)
(cherry picked from commit 5e28ca8e9e)
This commit is contained in:
Emily 2024-11-14 03:39:01 +00:00 committed by Vladimír Čunát
parent 0897361047
commit 9dee8b4b85
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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";