aliases: add zeromq3 packages

wip/yesman
rnhmjoj 4 years ago
parent 8415766d6f
commit 7d209950ca
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 4
      pkgs/top-level/aliases.nix

@ -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;

Loading…
Cancel
Save