mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #188218 from turboMaCk/cargo-generate-fix
cargo-generate: fix darwin build
This commit is contained in:
commit
3bbe5c61d3
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||
# - favorites_default_to_git_if_not_defined: requires network access to github.com
|
||||
# - should_canonicalize: the test assumes that it will be called from the /Users/<project_dir>/ folder on darwin variant.
|
||||
checkFlags = [ "--skip favorites::favorites_default_to_git_if_not_defined" ]
|
||||
++ lib.optionals stdenv.isDarwin [ "--skip git::should_canonicalize" ];
|
||||
++ lib.optionals stdenv.isDarwin [ "--skip git::utils::should_canonicalize" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "cargo, make me a project";
|
||||
|
Loading…
Reference in New Issue
Block a user