Loading pkgs/development/tools/rust/cargo-update/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ , ronn , stdenv , curl , libgit2_1_5 , libgit2 , libssh2 , openssl , zlib Loading Loading @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 libssh2 openssl zlib Loading @@ -55,6 +55,10 @@ rustPlatform.buildRustPackage rec { installManPage man/*.1 ''; env = { LIBGIT2_NO_VENDOR = 1; }; meta = with lib; { description = "A cargo subcommand for checking and applying updates to installed executables"; homepage = "https://github.com/nabijaczleweli/cargo-update"; Loading Loading
pkgs/development/tools/rust/cargo-update/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ , ronn , stdenv , curl , libgit2_1_5 , libgit2 , libssh2 , openssl , zlib Loading Loading @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 libssh2 openssl zlib Loading @@ -55,6 +55,10 @@ rustPlatform.buildRustPackage rec { installManPage man/*.1 ''; env = { LIBGIT2_NO_VENDOR = 1; }; meta = with lib; { description = "A cargo subcommand for checking and applying updates to installed executables"; homepage = "https://github.com/nabijaczleweli/cargo-update"; Loading