Merge pull request #236140 from figsoda/evcxr

authored by

figsoda and committed by
GitHub
920fac70 1f49db77

+7 -3
+7 -3
pkgs/development/interpreters/evcxr/default.nix
··· 20 buildInputs = lib.optionals stdenv.isDarwin 21 [ libiconv CoreServices Security ]; 22 23 - # test broken with rust 1.69: 24 - # * https://github.com/evcxr/evcxr/issues/294 25 - # * https://github.com/NixOS/nixpkgs/issues/229524 26 checkFlags = [ 27 "--skip=check_for_errors" 28 ]; 29 30 postInstall = let
··· 20 buildInputs = lib.optionals stdenv.isDarwin 21 [ libiconv CoreServices Security ]; 22 23 checkFlags = [ 24 + # test broken with rust 1.69: 25 + # * https://github.com/evcxr/evcxr/issues/294 26 + # * https://github.com/NixOS/nixpkgs/issues/229524 27 "--skip=check_for_errors" 28 + 29 + # test broken with rust 1.70 30 + # * https://github.com/evcxr/evcxr/issues/295 31 + "--skip=partially_inferred_variable_type" 32 ]; 33 34 postInstall = let