Unverified Commit 8ad79505 authored by Charles Hall's avatar Charles Hall
Browse files

cargo-llvm-cov: mark as broken on some platforms

parent 0bf98c46
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,5 +40,8 @@ rustPlatform.buildRustPackage rec {
    '';
    license = with lib.licenses; [ asl20 /* or */ mit ];
    maintainers = with lib.maintainers; [ wucke13 matthiasbeyer CobaltCause ];

    # The profiler runtime is (currently) disabled on non-Linux platforms
    broken = !(stdenv.isLinux && !stdenv.targetPlatform.isRedox);
  };
}