Loading pkgs/by-name/an/anchor/package.nix +1 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -18,9 +16,7 @@ rustPlatform.buildRustPackage rec { fetchSubmodules = true; }; cargoPatches = [ ./0001-update-time-rs.patch ]; cargoPatches = [ ./0001-update-time-rs.patch ]; cargoLock = { lockFile = ./Cargo.lock; Loading @@ -29,11 +25,6 @@ rustPlatform.buildRustPackage rec { }; }; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; checkFlags = [ # the following test cases try to access network, skip them "--skip=tests::test_check_and_get_full_commit_when_full_commit" Loading Loading
pkgs/by-name/an/anchor/package.nix +1 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -18,9 +16,7 @@ rustPlatform.buildRustPackage rec { fetchSubmodules = true; }; cargoPatches = [ ./0001-update-time-rs.patch ]; cargoPatches = [ ./0001-update-time-rs.patch ]; cargoLock = { lockFile = ./Cargo.lock; Loading @@ -29,11 +25,6 @@ rustPlatform.buildRustPackage rec { }; }; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; checkFlags = [ # the following test cases try to access network, skip them "--skip=tests::test_check_and_get_full_commit_when_full_commit" Loading