watchman: enable tests

(cherry picked from commit 10dbf1de4b)
(cherry picked from commit 7191a4bba942798c8e4a1970715f57be18082cfb)
This commit is contained in:
Emily
2024-11-30 15:11:36 +01:00
committed by Vladimír Čunát
parent ebfe3dde37
commit d24cff2abd
+2
View File
@@ -91,6 +91,8 @@ stdenv.mkDerivation (finalAttrs: {
lockFile = ./Cargo.lock;
};
doCheck = true;
postPatch = ''
patchShebangs .
cp ${./Cargo.lock} ${finalAttrs.cargoRoot}/Cargo.lock