watchman: use upstream default for stateDir

Possibly it should use `/run/watchman` on Linux.

(cherry picked from commit e701eb3d63)
This commit is contained in:
Emily 2024-11-13 22:30:33 +00:00 committed by github-actions[bot]
parent e9299e8b16
commit ce65820aff

View File

@ -30,7 +30,7 @@
gtest,
stateDir ? "/tmp",
stateDir ? "",
}:
stdenv.mkDerivation (finalAttrs: {