Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
batsim_dev: remove cppzmq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Dec 10, 2018
1 parent 7f47946 commit d5bc67c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions batsim/dev.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, cmake, simgrid, boost, gmp, rapidjson, openssl, git,
redox, hiredis, libev, cppzmq, zeromq, docopt_cpp, pugixml, intervalset,
redox, hiredis, libev, zeromq, docopt_cpp, pugixml, intervalset,
installTestsDeps? false, batsched, python, pythonPackages, batexpe,
redis, coreutils, netcat-gnu, psmisc, which, doxygen, graphviz
}:
Expand All @@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
redox
hiredis
libev
cppzmq
zeromq
docopt_cpp
pugixml
Expand Down

0 comments on commit d5bc67c

Please sign in to comment.