mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 07:54:50 +00:00
watchman: add update script
(cherry picked from commitec166bb5f0
) (cherry picked from commit5e28ca8e9e
)
This commit is contained in:
parent
0897361047
commit
9dee8b4b85
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user