From a7f3e514d1ccc5c65e17c4c0eaa9eb3353e2dbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Mon, 12 Oct 2020 15:53:46 +0200 Subject: [PATCH] [nix] add Zmq to default OPAM packages --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 39ca3878ecc..e18c139da36 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -3,7 +3,7 @@ let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } : [ pkgs.gnugrep pkgs.gnused pkgs.autoconf pkgs.gnumake pkgs.gcc pkgs.ncurses pkgs.time pkgs.python3 pkgs.perl pkgs.file pkgs.which pkgs.dos2unix] ++ nixPackages ++ opam2nix.build { - specs = opam2nix.toSpecs ([ "ocamlfind" "zarith" "ocamlgraph" "yojson" + specs = opam2nix.toSpecs ([ "ocamlfind" "zarith" "ocamlgraph" "yojson" "zmq" { name = "coq"; constraint = "=8.12.0"; } { name = "alt-ergo" ; constraint = "=2.2.0"; } { name = "why3" ; constraint = "=1.3.3"; } -- GitLab