onefetch: cleanup
This commit is contained in:
parent
a75108e3f5
commit
8cc4978f1f
@ -14,8 +14,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "sha256-TqWe4eARQmmWcwnvb6BIZrzGeKMpiIObPv0cW1JvWj4=";
|
cargoSha256 = "sha256-TqWe4eARQmmWcwnvb6BIZrzGeKMpiIObPv0cW1JvWj4=";
|
||||||
|
|
||||||
buildInputs = with stdenv;
|
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv libresolv Security ];
|
||||||
lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Git repository summary on your terminal";
|
description = "Git repository summary on your terminal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user