mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
mongodb: fix build (use pcre-cpp instead of pcre)
This commit is contained in:
parent
c7b5cfc7d2
commit
bf2ceb0525
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, scons, boost, gperftools, pcre, snappy
|
{ stdenv, fetchurl, fetchpatch, scons, boost, gperftools, pcre-cpp, snappy
|
||||||
, zlib, libyamlcpp, sasl, openssl, libpcap, wiredtiger
|
, zlib, libyamlcpp, sasl, openssl, libpcap, wiredtiger
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ let version = "3.2.1";
|
|||||||
"yaml"
|
"yaml"
|
||||||
] ++ optionals stdenv.isLinux [ "tcmalloc" ];
|
] ++ optionals stdenv.isLinux [ "tcmalloc" ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
sasl boost gperftools pcre snappy
|
sasl boost gperftools pcre-cpp snappy
|
||||||
zlib libyamlcpp sasl openssl libpcap
|
zlib libyamlcpp sasl openssl libpcap
|
||||||
]; # ++ optional stdenv.is64bit wiredtiger;
|
]; # ++ optional stdenv.is64bit wiredtiger;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user