summary refs log tree commit diff
path: root/pkgs/servers/monitoring/zabbix
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-01-08 18:06:18 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-01-08 18:06:18 +0200
commite8a9e30cc7b57465a40ad2957b90389d258892fa (patch)
tree0a168420e089919ff897fb615b5af2233e92ac71 /pkgs/servers/monitoring/zabbix
parente148a016f553c149ccdd78ea15743869abe56cfe (diff)
downloadnixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar.gz
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar.bz2
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar.lz
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar.xz
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.tar.zst
nixpkgs-e8a9e30cc7b57465a40ad2957b90389d258892fa.zip
Add meta.branch to some packages
Diffstat (limited to 'pkgs/servers/monitoring/zabbix')
-rw-r--r--pkgs/servers/monitoring/zabbix/2.0.nix3
-rw-r--r--pkgs/servers/monitoring/zabbix/2.2.nix3
2 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/servers/monitoring/zabbix/2.0.nix b/pkgs/servers/monitoring/zabbix/2.0.nix
index c9976581a51..cc05730cee5 100644
--- a/pkgs/servers/monitoring/zabbix/2.0.nix
+++ b/pkgs/servers/monitoring/zabbix/2.0.nix
@@ -6,6 +6,7 @@ assert enableJabber -> minmay != null;
 let
 
   version = "2.0.10";
+  branch = "2.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
@@ -61,6 +62,7 @@ in
       '';
 
     meta = {
+      inherit branch;
       description = "An enterprise-class open source distributed monitoring solution";
       homepage = http://www.zabbix.com/;
       license = "GPL";
@@ -77,6 +79,7 @@ in
     configureFlags = "--enable-agent";
 
     meta = {
+      inherit branch;
       description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
       homepage = http://www.zabbix.com/;
       license = "GPL";
diff --git a/pkgs/servers/monitoring/zabbix/2.2.nix b/pkgs/servers/monitoring/zabbix/2.2.nix
index ca36684a8c2..71d4a963d7a 100644
--- a/pkgs/servers/monitoring/zabbix/2.2.nix
+++ b/pkgs/servers/monitoring/zabbix/2.2.nix
@@ -6,6 +6,7 @@ assert enableJabber -> minmay != null;
 let
 
   version = "2.2.1";
+  branch = "2.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
@@ -61,6 +62,7 @@ in
       '';
 
     meta = {
+      inherit branch;
       description = "An enterprise-class open source distributed monitoring solution";
       homepage = http://www.zabbix.com/;
       license = "GPL";
@@ -77,6 +79,7 @@ in
     configureFlags = "--enable-agent";
 
     meta = {
+      inherit branch;
       description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
       homepage = http://www.zabbix.com/;
       license = "GPL";