Loading pkgs/development/tools/rust/cargo-hakari/default.nix +21 −5 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "cargo-hakari"; Loading @@ -13,8 +17,14 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-DkPnQcoiytIYz780veSAhPnk70qkP3QvTJJ41csUThY="; cargoBuildFlags = [ "-p" "cargo-hakari" ]; cargoTestFlags = [ "-p" "cargo-hakari" ]; cargoBuildFlags = [ "-p" "cargo-hakari" ]; cargoTestFlags = [ "-p" "cargo-hakari" ]; meta = with lib; { description = "Manage workspace-hack packages to speed up builds in large workspaces"; Loading @@ -26,7 +36,13 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://crates.io/crates/cargo-hakari"; changelog = "https://github.com/guppy-rs/guppy/blob/cargo-hakari-${version}/tools/cargo-hakari/CHANGELOG.md"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda macalinao ]; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda macalinao ]; }; } Loading
pkgs/development/tools/rust/cargo-hakari/default.nix +21 −5 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "cargo-hakari"; Loading @@ -13,8 +17,14 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-DkPnQcoiytIYz780veSAhPnk70qkP3QvTJJ41csUThY="; cargoBuildFlags = [ "-p" "cargo-hakari" ]; cargoTestFlags = [ "-p" "cargo-hakari" ]; cargoBuildFlags = [ "-p" "cargo-hakari" ]; cargoTestFlags = [ "-p" "cargo-hakari" ]; meta = with lib; { description = "Manage workspace-hack packages to speed up builds in large workspaces"; Loading @@ -26,7 +36,13 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://crates.io/crates/cargo-hakari"; changelog = "https://github.com/guppy-rs/guppy/blob/cargo-hakari-${version}/tools/cargo-hakari/CHANGELOG.md"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda macalinao ]; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda macalinao ]; }; }