aliases: add zeromq3 packages

This commit is contained in:
rnhmjoj 2020-06-22 15:44:43 +02:00
parent 8415766d6f
commit 7d209950ca
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -683,6 +683,10 @@ mapAliases ({
# added 2019-09-06
zeroc_ice = pkgs.zeroc-ice;
# added 2020-06-22
zeromq3 = throw "zeromq3 has been deprecated by zeromq4.";
jzmq = throw "jzmq has been removed from nixpkgs, as it was unmaintained";
} // (with ocaml-ng; { # added 2016-09-14
ocaml_4_00_1 = ocamlPackages_4_00_1.ocaml;
ocaml_4_01_0 = ocamlPackages_4_01_0.ocaml;