summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-12-19 14:49:21 -0500
committerGitHub <noreply@github.com>2020-12-19 14:49:21 -0500
commit86c1825fc13fa3a94e9f720c47d2868d9c330225 (patch)
tree3f81adc31211833a19f816511df840a6c688d735 /pkgs/top-level
parent999f6ee86d3a1a23716fc95a75aa4107e51f772a (diff)
parentddeef0d3221ea182b5411c9084b59373883d0edb (diff)
Merge pull request #105379 from NixOS/fix-buildRustCrateTests
tests.buildRustCrate: Fix after hashing method change
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2a90c00e115f..1d5766b7c656 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10071,7 +10071,6 @@ in
buildRustCrate = callPackage ../build-support/rust/build-rust-crate { };
buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };
- buildRustCrateTests = recurseIntoAttrs (callPackage ../build-support/rust/build-rust-crate/test { });
cratesIO = callPackage ../build-support/rust/crates-io.nix { };
cargo-web = callPackage ../development/tools/cargo-web {