Unverified Commit 4e569f47 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

Merge pull request #332134 from JeremiahSecrist/master

serie: fixed rust check failures, added version test
parents e34add59 941d8951
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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";