Add meta.branch to some packages

This commit is contained in:
Evgeny Egorochkin 2014-01-08 18:06:18 +02:00
parent e148a016f5
commit e8a9e30cc7
4 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libuuid ];
meta = {
branch = "2";
homepage = "http://www.zeromq.org";
description = "The Intelligent Transport Layer";
};

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libuuid ];
meta = {
branch = "3";
homepage = "http://www.zeromq.org";
description = "The Intelligent Transport Layer";
};

View file

@ -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";

View file

@ -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";