Skip to content

Commit

Permalink
Merge pull request #156 from farrellm/pacman
Browse files Browse the repository at this point in the history
Add pacman zmq provider
  • Loading branch information
stevengj authored Oct 10, 2017
2 parents d2c5a18 + efa14a4 commit 89f9e3f
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 89f9e3f

Please sign in to comment.