papertrail: testVersion
This commit is contained in:
parent
ebb35da60b
commit
54a555af49
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, bundlerEnv, ruby, bundlerUpdateScript }:
|
||||
{ lib, stdenv, bundlerEnv, ruby, bundlerUpdateScript, testers, papertrail }:
|
||||
|
||||
let
|
||||
papertrail-env = bundlerEnv {
|
||||
@ -21,6 +21,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "papertrail";
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = papertrail; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line client for Papertrail log management service";
|
||||
mainProgram = "papertrail";
|
||||
|
Loading…
Reference in New Issue
Block a user