Loading pkgs/development/tools/rust/cargo-llvm-cov/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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); }; } Loading
pkgs/development/tools/rust/cargo-llvm-cov/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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); }; }