rethinkdb: patch for glibc 2.23

This commit is contained in:
Domen Kožar
2016-03-01 14:13:16 +01:00
parent 7eb15265d3
commit e5069c1be5
2 changed files with 113 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0zs07g7arrrvm85mqbkffyzgd255qawn64r6iqdws25lj1kq2qim";
};
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