mongodb: 3.0.6 -> 3.0.7
Use the vendored wiredtiger as the system one is not compatible
This commit is contained in:
parent
d03661b606
commit
480b289f5b
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let version = "3.0.6";
|
let version = "3.0.7";
|
||||||
system-libraries = [
|
system-libraries = [
|
||||||
"pcre"
|
"pcre"
|
||||||
"wiredtiger"
|
#"wiredtiger"
|
||||||
"boost"
|
"boost"
|
||||||
"snappy"
|
"snappy"
|
||||||
"zlib"
|
"zlib"
|
||||||
@ -18,7 +18,7 @@ let version = "3.0.6";
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
sasl boost gperftools pcre snappy
|
sasl boost gperftools pcre snappy
|
||||||
zlib libyamlcpp sasl openssl libpcap
|
zlib libyamlcpp sasl openssl libpcap
|
||||||
] ++ optional stdenv.is64bit wiredtiger;
|
]; # ++ optional stdenv.is64bit wiredtiger;
|
||||||
|
|
||||||
other-args = concatStringsSep " " ([
|
other-args = concatStringsSep " " ([
|
||||||
# these are opt-in, lol
|
# these are opt-in, lol
|
||||||
@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz";
|
url = "http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz";
|
||||||
sha256 = "0bc2khi36ck0y7dhppvjp8wy479hzyw34qs0965qj4gd2va6p7v0";
|
sha256 = "1rx7faqsq733vdriavdfmvx75nhjq9nm5bgwd3hw1cxzqgkvl99d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ scons ];
|
nativeBuildInputs = [ scons ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user