zeromq3: remove

This zeromq version is really old and is no longer needed
by any package in Nixpkgs.
gstqt5
rnhmjoj 2020-06-22 15:39:01 +02:00
parent 0006326d35
commit 8415766d6f
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
{ stdenv, fetchurl, libuuid }:
stdenv.mkDerivation rec {
name = "zeromq-3.2.5";
src = fetchurl {
url = "http://download.zeromq.org/${name}.tar.gz";
sha256 = "0911r7q4i1x9gnfinj39vx08fnz59mf05vl75zdkws36lib3wr89";
};
buildInputs = [ libuuid ];
doCheck = false; # fails all the tests (ctest)
meta = with stdenv.lib; {
branch = "3";
homepage = "http://www.zeromq.org";
description = "The Intelligent Transport Layer";
license = licenses.gpl3;
platforms = platforms.all;
};
}

View File

@ -15322,7 +15322,6 @@ in
zlog = callPackage ../development/libraries/zlog { };
zeromq3 = callPackage ../development/libraries/zeromq/3.x.nix {};
zeromq4 = callPackage ../development/libraries/zeromq/4.x.nix {};
zeromq = zeromq4;