rethinkdb: 2.2.4 -> 2.3.0

The removed patch is included in this upstream release.
This commit is contained in:
Louis Taylor
2016-04-07 10:58:10 +01:00
committed by Domen Kožar
parent e1bcc27f1a
commit 28c8f37eef
2 changed files with 2 additions and 115 deletions
+2 -4
View File
@@ -4,15 +4,13 @@
stdenv.mkDerivation rec {
name = "rethinkdb-${version}";
version = "2.2.4";
version = "2.3.0";
src = fetchurl {
url = "http://download.rethinkdb.com/dist/${name}.tgz";
sha256 = "0zs07g7arrrvm85mqbkffyzgd255qawn64r6iqdws25lj1kq2qim";
sha256 = "0b787ibnrmziypiw86yx4gpmlj4ima6j6g9hzshbpilxy7lrq1cb";
};
patches = [ ./glibc-2.23.patch ];
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
sed -i 's/raise.*No Xcode or CLT version detected.*/version = "7.0.0"/' external/v8_3.30.33.16/build/gyp/pylib/gyp/xcode_emulation.py