mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
Add meta.branch to some packages
This commit is contained in:
parent
e148a016f5
commit
e8a9e30cc7
@ -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 New Issue
Block a user