Unverified Commit daec7155 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #329827 from ExpidusOS/fix/pkgsllvm/libseccomp

libseccomp: disable broken tests on llvm
parents 6cf7b66f bee68305
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";