mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
netdata: reference nixos tests
This commit is contained in:
parent
af8e526347
commit
67d6ea03c9
@ -1,6 +1,7 @@
|
||||
{ stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||
, CoreFoundation, IOKit, libossp_uuid
|
||||
, curl, libcap, libuuid, lm_sensors, zlib, fetchpatch
|
||||
, nixosTests
|
||||
, withCups ? false, cups
|
||||
, withDBengine ? true, libuv, lz4, judy
|
||||
, withIpmi ? (!stdenv.isDarwin), freeipmi
|
||||
@ -71,6 +72,8 @@ in stdenv.mkDerivation rec {
|
||||
rm -r $out/sbin
|
||||
'';
|
||||
|
||||
passthru.tests.netdata = nixosTests.netdata;
|
||||
|
||||
meta = {
|
||||
description = "Real-time performance monitoring tool";
|
||||
homepage = "https://my-netdata.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user