crowdin-cli: Add passthru.tests.version
This commit is contained in:
parent
faebe1d4ed
commit
d2d72356b9
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
, installShellFiles
|
||||
, jre
|
||||
, makeWrapper
|
||||
, crowdin-cli
|
||||
, testVersion
|
||||
, unzip
|
||||
}:
|
||||
|
||||
|
@ -36,7 +38,10 @@ stdenv.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests.version = testVersion { package = crowdin-cli; };
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "crowdin";
|
||||
homepage = "https://github.com/crowdin/crowdin-cli/";
|
||||
description = "A command-line client for the Crowdin API";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue