Skip to content

Commit 9725143

Browse files
committed
zabbix-agent: allow build on unix
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
1 parent dbb0978 commit 9725143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/servers/monitoring/zabbix/agent.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ import ./versions.nix ({ version, hash, ... }:
3333
cp conf/zabbix_agentd/*.conf $out/etc/zabbix_agentd.conf.d/
3434
'';
3535

36-
meta = with lib; {
36+
meta = {
3737
description = "Enterprise-class open source distributed monitoring solution (client-side agent)";
3838
homepage = "https://www.zabbix.com/";
39-
license = licenses.gpl2Plus;
40-
maintainers = with maintainers; [ mmahut psyanticy ];
41-
platforms = platforms.linux;
39+
license = lib.licenses.gpl2Plus;
40+
maintainers = with lib.maintainers; [ mmahut psyanticy ];
41+
platforms = lib.platforms.unix;
4242
};
4343
})

0 commit comments

Comments
 (0)