watchman: use upstream default for stateDir

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

(cherry picked from commit e701eb3d63)
(cherry picked from commit ce65820aff99ac2551024ba6089d4ed84560d4ce)
This commit is contained in:
Emily
2024-11-30 15:11:36 +01:00
committed by Vladimír Čunát
parent cc8a407545
commit ebfe3dde37
+1 -1
View File
@@ -30,7 +30,7 @@
gtest,
stateDir ? "/tmp",
stateDir ? "",
}:
stdenv.mkDerivation (finalAttrs: {