Merge branch 'master' into stdenv-updates.

This commit is contained in:
Peter Simons
2013-01-11 15:46:10 +01:00
124 changed files with 1323 additions and 272 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
"--shared-v8-libpath=${v8}/lib"
];
patches = stdenv.lib.optional stdenv.isDarwin ./no-arch-flag.patch;
#patches = stdenv.lib.optional stdenv.isDarwin ./no-arch-flag.patch;
prePatch = ''
sed -e 's|^#!/usr/bin/env python$|#!${python}/bin/python|g' -i tools/{*.py,waf-light,node-waf} configure