Add meta.branch to some packages
This commit is contained in:
parent
e148a016f5
commit
e8a9e30cc7
4 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ libuuid ];
|
||||
|
||||
meta = {
|
||||
branch = "2";
|
||||
homepage = "http://www.zeromq.org";
|
||||
description = "The Intelligent Transport Layer";
|
||||
};
|
||||
|
|
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ libuuid ];
|
||||
|
||||
meta = {
|
||||
branch = "3";
|
||||
homepage = "http://www.zeromq.org";
|
||||
description = "The Intelligent Transport Layer";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue