zeromq4: Refactor
This commit is contained in:
parent
048148ad97
commit
e0ba90ba4e
@ -10,9 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
branch = "4";
|
branch = "4";
|
||||||
homepage = "http://www.zeromq.org";
|
homepage = "http://www.zeromq.org";
|
||||||
description = "The Intelligent Transport Layer";
|
description = "The Intelligent Transport Layer";
|
||||||
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user