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
|
, installShellFiles
|
||||||
, jre
|
, jre
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
, crowdin-cli
|
||||||
|
, testVersion
|
||||||
, unzip
|
, unzip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -36,7 +38,10 @@ stdenv.mkDerivation rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.version = testVersion { package = crowdin-cli; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
mainProgram = "crowdin";
|
||||||
homepage = "https://github.com/crowdin/crowdin-cli/";
|
homepage = "https://github.com/crowdin/crowdin-cli/";
|
||||||
description = "A command-line client for the Crowdin API";
|
description = "A command-line client for the Crowdin API";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue