Add meta.branch to some packages
This commit is contained in:
parent
e148a016f5
commit
e8a9e30cc7
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "2";
|
||||||
homepage = "http://www.zeromq.org";
|
homepage = "http://www.zeromq.org";
|
||||||
description = "The Intelligent Transport Layer";
|
description = "The Intelligent Transport Layer";
|
||||||
};
|
};
|
||||||
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "3";
|
||||||
homepage = "http://www.zeromq.org";
|
homepage = "http://www.zeromq.org";
|
||||||
description = "The Intelligent Transport Layer";
|
description = "The Intelligent Transport Layer";
|
||||||
};
|
};
|
||||||
|
@ -6,6 +6,7 @@ assert enableJabber -> minmay != null;
|
|||||||
let
|
let
|
||||||
|
|
||||||
version = "2.0.10";
|
version = "2.0.10";
|
||||||
|
branch = "2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
||||||
@ -61,6 +62,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit branch;
|
||||||
description = "An enterprise-class open source distributed monitoring solution";
|
description = "An enterprise-class open source distributed monitoring solution";
|
||||||
homepage = http://www.zabbix.com/;
|
homepage = http://www.zabbix.com/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
@ -77,6 +79,7 @@ in
|
|||||||
configureFlags = "--enable-agent";
|
configureFlags = "--enable-agent";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit branch;
|
||||||
description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
|
description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
|
||||||
homepage = http://www.zabbix.com/;
|
homepage = http://www.zabbix.com/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
@ -6,6 +6,7 @@ assert enableJabber -> minmay != null;
|
|||||||
let
|
let
|
||||||
|
|
||||||
version = "2.2.1";
|
version = "2.2.1";
|
||||||
|
branch = "2.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
||||||
@ -61,6 +62,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit branch;
|
||||||
description = "An enterprise-class open source distributed monitoring solution";
|
description = "An enterprise-class open source distributed monitoring solution";
|
||||||
homepage = http://www.zabbix.com/;
|
homepage = http://www.zabbix.com/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
@ -77,6 +79,7 @@ in
|
|||||||
configureFlags = "--enable-agent";
|
configureFlags = "--enable-agent";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit branch;
|
||||||
description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
|
description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
|
||||||
homepage = http://www.zabbix.com/;
|
homepage = http://www.zabbix.com/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user