Commit graph

95 commits

Author SHA1 Message Date
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Aaron Andersen 9aa5b53b5a zabbix: 5.0.4 -> 5.0.5 2020-10-26 20:13:51 -04:00
Aaron Andersen 855a6bb9c1 zabbix: 4.0.25 -> 4.0.26 2020-10-26 20:11:52 -04:00
Aaron Andersen e30167b495 zabbix: 5.0.3 -> 5.0.4 2020-10-06 08:12:11 -04:00
Aaron Andersen 80e45929ad zabbix: 4.0.24 -> 4.0.25 2020-10-06 08:11:17 -04:00
Aaron Andersen e5fb3a98d8 zabbix: 5.0.2 -> 5.0.3 2020-08-29 09:05:14 -04:00
Aaron Andersen 0d1b4120fd zabbix: 4.0.20 -> 4.0.24 2020-08-29 09:02:51 -04:00
Aaron Andersen 5e630bf5d3 zabbix: 4.4.8 -> 5.0.2 2020-08-18 10:30:23 -04:00
Aaron Andersen 927bd3e665 zabbix.server: fix broken build 2020-08-18 10:25:42 -04:00
Aaron Andersen c85f02ca4e zabbix: update source url 2020-05-13 20:19:50 -04:00
Aaron Andersen b828ef33ae zabbix: 4.4.7 -> 4.4.8 2020-05-07 08:26:47 -04:00
Aaron Andersen 99b63a7784 zabbix: 4.0.19 -> 4.0.20 2020-05-07 08:26:20 -04:00
Aaron Andersen c2d3f26d1f zabbix: 3.0.30 -> 3.0.31 2020-05-07 08:25:38 -04:00
Aaron Andersen 9bc0b630ab zabbix: replace download source from sourceforge to zabbix.com 2020-05-07 08:24:35 -04:00
Aaron Andersen 1c35aac9c7 zabbix: 4.4.6 -> 4.4.7 2020-04-01 12:14:13 -04:00
Aaron Andersen 25e2908e73 zabbix: 4.0.18 -> 4.0.19 2020-04-01 12:12:40 -04:00
Aaron Andersen 9059f31e6f zabbix: 4.4.5 -> 4.4.6 2020-02-27 08:00:27 -05:00
Aaron Andersen 5d073b2fc7 zabbix: 4.0.17 -> 4.0.18 2020-02-27 07:58:18 -05:00
Aaron Andersen cc81ca7ee2 zabbix: 3.0.29 -> 3.0.30 2020-02-27 07:57:13 -05:00
Aaron Andersen 609699bc95 zabbix: 4.4.4 -> 4.4.5 2020-01-30 21:56:29 -08:00
Aaron Andersen 768154aaed zabbix: 4.0.16 -> 4.0.17 2020-01-30 21:56:29 -08:00
Jörg Thalheim 89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Aaron Andersen 8051289f19 zabbix: 4.4.3 -> 4.4.4 2019-12-23 13:19:07 -05:00
Aaron Andersen 051cda4854 zabbix: 4.0.15 -> 4.0.16 2019-12-23 13:18:32 -05:00
Aaron Andersen 7e66f5b923 zabbix: 3.0.28 -> 3.0.29 2019-12-23 13:17:23 -05:00
Jörg Thalheim 725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Aaron Andersen 503b5c9705 zabbix: drop 4.2.x series 2019-12-01 11:31:16 -05:00
Aaron Andersen fb0c13d1dd zabbix: 4.4.1 -> 4.4.3 2019-12-01 11:30:41 -05:00
Aaron Andersen 640b67be76 zabbix: 4.0.14 -> 4.0.15 2019-12-01 11:29:26 -05:00
Aaron Andersen d433b25d49 zabbix44: 4.4.0 -> 4.4.1 2019-11-05 21:28:30 -05:00
Aaron Andersen e9a37289e0 zabbix40: 4.0.13 -> 4.0.14 2019-11-05 21:27:37 -05:00
Aaron Andersen fdee83d0fb zabbix: init at 4.4.0 2019-10-20 09:16:41 -04:00
Aaron Andersen 76d1658f3f zabbix: 4.2.6 -> 4.2.7, 4.0.12 -> 4.0.13 2019-10-18 14:37:52 -04:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Vladimír Čunát fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Aaron Andersen 908a842c89 zabbix: 4.2.5 -> 4.2.6, 4.0.11 -> 4.0.12 2019-09-16 08:22:05 -04:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
Marek Mahut caf9b8cc35
Merge pull request #66591 from aanderse/zabbix-proxy
nixos/zabbixProxy: fix database initialization logic
2019-08-17 20:55:13 +02:00
Aaron Andersen 71a556d916 zabbix: 4.0.9 -> 4.0.11 & 4.2.3 -> 4.2.5 2019-08-15 21:19:35 -04:00
Aaron Andersen 9af06755f3 nixos/zabbixProxy: fix database initialization logic 2019-08-13 18:50:28 -04:00
Aaron Andersen 9a4456fcc0 zabbix: zabbix.agent, zabbix.proxy-mysql, zabbix.proxy-pgsql, zabbix.proxy-sqlite, zabbix.server-mysql, zabbix.server-pgsql, zabbix.web: init at 3.0, 4.0, and 4.2 2019-07-11 18:37:02 -04:00
PsyanticY 16f8a17416 zabbix:1.8 -> 4.0 | remove old packages 2019-07-11 17:22:26 +01:00
Tuomas Tynkkynen 9236e9a28d zabbix34: Compile with OpenSSL
Fixes:

"TLSConnect" configuration parameter cannot be used: Zabbix agent was compiled without TLS support
2018-08-27 18:41:09 +03:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Assassinkin 554e296c9f Adding Zabbix agent 3.4 packages 2018-05-03 14:00:17 +01:00