zeromq2: remove, not maintained anymore

This commit is contained in:
Franz Pletz
2016-11-10 00:36:18 +01:00
parent bdf89d2818
commit cc5d604125
2 changed files with 0 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
{stdenv, fetchurl, libuuid}:
stdenv.mkDerivation rec {
name = "zeromq-2.2.0";
src = fetchurl {
url = "http://download.zeromq.org/${name}.tar.gz";
sha256 = "0ds6c244wik1lyfrfr2f4sha30fly4xybr02r9r4z156kvmlm423";
};
buildInputs = [ libuuid ];
meta = {
branch = "2";
homepage = "http://www.zeromq.org";
description = "The Intelligent Transport Layer";
platforms = stdenv.lib.platforms.unix;
};
}