From 27211c96ad22c42e56267a11ef180e1149faecf3 Mon Sep 17 00:00:00 2001 From: Alexander Morley Date: Thu, 1 Dec 2016 17:09:07 +0000 Subject: [PATCH] Update build.jl --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 7a709a4..397e90c 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -22,7 +22,7 @@ provides(Sources, URI("https://archive.org/download/zeromq_3.2.4/zeromq-3.2.4.ta provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * BinDeps.shlib_ext), zmq) provides(AptGet, "libzmq3", zmq, os = :Linux) -provides(Yum, "czmq-devel", zmq, os = :Linux) +provides(Yum, "czmq", zmq, os = :Linux) if is_windows() using WinRPM