mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
influxdb: add passthru.tests
This commit is contained in:
parent
711f79539c
commit
5beacfe327
@ -1,4 +1,4 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, stdenv, pkg-config, rustPlatform, llvmPackages, libiconv, fetchpatch }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, stdenv, pkg-config, rustPlatform, llvmPackages, libiconv, fetchpatch, nixosTests }:
|
||||
|
||||
let
|
||||
libflux_version = "0.170.1";
|
||||
@ -78,6 +78,8 @@ buildGoModule rec {
|
||||
|
||||
excludedPackages = "test";
|
||||
|
||||
passthru.tests = { inherit (nixosTests) influxdb; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open-source distributed time series database";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user