Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-11 12:24:31 +00:00
committed by GitHub
22 changed files with 903 additions and 98 deletions
@@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub }:
{ lib, rustPlatform, fetchFromGitHub, stdenv, libiconv }:
rustPlatform.buildRustPackage rec {
pname = "cargo-about";
version = "0.3.0";
@@ -12,6 +12,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-ssAmY+o+/2+C9sol+PeFlpNwVuN5JNoofgkr3cUW+S4=";
buildInputs = lib.optional stdenv.isDarwin libiconv;
meta = with lib; {
description = "Cargo plugin to generate list of all licenses for a crate";
homepage = "https://github.com/EmbarkStudios/cargo-about";