serie: fixed rust check failures, added version test
This commit is contained in:
parent
f3834de378
commit
941d89514c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user