Add meta.branch to some packages
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user