gem-config: add pcaprub
This commit is contained in:
parent
3d79d8c28b
commit
c441ae6feb
@ -21,7 +21,7 @@
|
|||||||
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
|
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
|
||||||
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
|
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
|
||||||
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
|
, 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:
|
}@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -135,6 +135,10 @@ in
|
|||||||
buildInputs = [ curl ];
|
buildInputs = [ curl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcaprub = attrs: {
|
||||||
|
buildInputs = [ libpcap ];
|
||||||
|
};
|
||||||
|
|
||||||
pg = attrs: {
|
pg = attrs: {
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
"--with-pg-config=${postgresql}/bin/pg_config"
|
"--with-pg-config=${postgresql}/bin/pg_config"
|
||||||
|
Loading…
Reference in New Issue
Block a user