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