libseccomp: disable broken tests on llvm

This commit is contained in:
Tristan Ross
2024-07-24 22:30:09 -07:00
parent 0bb31825c5
commit bee68305fe
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
nativeCheckInputs = [ util-linuxMinimal which ];
doCheck = true;
doCheck = !(stdenv.targetPlatform.useLLVM or false);
# Hack to ensure that patchelf --shrink-rpath get rids of a $TMPDIR reference.
preFixup = "rm -rfv src";