Skip to content

Commit

Permalink
add pacman zmq provider
Browse files Browse the repository at this point in the history
  • Loading branch information
farrellm committed Oct 9, 2017
1 parent d2c5a18 commit efa14a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * Libdl.dlext),

provides(AptGet, "libzmq3", zmq, os = :Linux)
provides(Yum, "czmq", zmq, os = :Linux)
provides(Pacman, "zeromq", zmq, os = :Linux)

if Compat.Sys.iswindows()
using WinRPM
Expand Down

0 comments on commit efa14a4

Please sign in to comment.