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
main
Maximilian Bosch 2 years ago
parent 6320b7240f
commit 25172c97d0
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 4
      pkgs/tools/filesystems/securefs/default.nix

@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
./add-macfuse-support.patch
];
postPatch = ''
sed -i -e '/TEST_SOURCES/d' CMakeLists.txt
'';
nativeBuildInputs = [ cmake ];
buildInputs = [ fuse ];

Loading…
Cancel
Save