Merge pull request #332134 from JeremiahSecrist/master

serie: fixed rust check failures, added version test
This commit is contained in:
tomberek
2024-08-04 04:31:56 -04:00
committed by GitHub
+6 -2
View File
@@ -4,6 +4,9 @@
fetchFromGitHub,
rustPlatform,
darwin,
testers,
gitMinimal,
serie,
}:
rustPlatform.buildRustPackage rec {
@@ -27,8 +30,9 @@ rustPlatform.buildRustPackage rec {
]
);
# requires a git repository
doCheck = false;
nativeCheckInputs = [ gitMinimal ];
passthru.tests.version = testers.testVersion { package = serie; };
meta = with lib; {
description = "A rich git commit graph in your terminal, like magic";