lol

securefs: fix build w/glibc-2.34

Tests don't work in the sandbox and vendored catch2 doesn't compile, so
we disable the tests.

Failing Hydra build: https://hydra.nixos.org/build/163981825

+4
+4
pkgs/tools/filesystems/securefs/default.nix
··· 20 20 ./add-macfuse-support.patch 21 21 ]; 22 22 23 + postPatch = '' 24 + sed -i -e '/TEST_SOURCES/d' CMakeLists.txt 25 + ''; 26 + 23 27 nativeBuildInputs = [ cmake ]; 24 28 buildInputs = [ fuse ]; 25 29