gem-config: add pcaprub

This commit is contained in:
Jörg Thalheim 2017-05-14 22:07:26 +01:00
parent 3d79d8c28b
commit c441ae6feb
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -21,7 +21,7 @@
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap
}@args:
let
@ -135,6 +135,10 @@ in
buildInputs = [ curl ];
};
pcaprub = attrs: {
buildInputs = [ libpcap ];
};
pg = attrs: {
buildFlags = [
"--with-pg-config=${postgresql}/bin/pg_config"