cargo2junit: nixfmt; move to by-name
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
{ fetchCrate, lib, rustPlatform }:
|
||||
{
|
||||
fetchCrate,
|
||||
lib,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo2junit";
|
||||
@@ -15696,8 +15696,6 @@ with pkgs;
|
||||
);
|
||||
buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };
|
||||
|
||||
cargo2junit = callPackage ../development/tools/rust/cargo2junit { };
|
||||
|
||||
cargo-web = callPackage ../development/tools/rust/cargo-web {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user