v8: Bring back old version 3.14.
The current version of v8 breaks builds of nodejs, mongodb and rethinkdb. So let's bring back the old package with annoying _3_14 version suffix so hopefully the corresponding maintainers will get rid of that dependency :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, which, protobuf, v8, ncurses, gperftools, boost, m4 }:
|
||||
{ stdenv, fetchurl, which, protobuf, v8_3_14, ncurses, gperftools, boost, m4 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rethinkdb-1.11.2";
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = "--lib-path ${gperftools}/lib";
|
||||
|
||||
buildInputs = [ protobuf v8 ncurses boost ];
|
||||
buildInputs = [ protobuf v8_3_14 ncurses boost ];
|
||||
|
||||
nativeBuildInputs = [ which m4 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user