Merge master into stdenv-updates

Conflicts:
	pkgs/applications/version-management/gource/default.nix
	pkgs/top-level/all-packages.nix
This commit is contained in:
Vladimír Čunát
2014-01-20 19:39:28 +01:00
121 changed files with 1468 additions and 653 deletions
@@ -23,6 +23,8 @@ stdenv.mkDerivation {
buildPhase = "python setup.py install --prefix=$out --install-data=$out/share --install-lib=$(toPythonPath $out) --symlink-scons -O1";
installPhase = "for n in $out/bin/*-${version}; do wrapProgram $n --suffix PYTHONPATH ':' \"$(toPythonPath $out)\"; done";
pythonPath = [];
meta = {
homepage = "http://scons.org/";
description = "An improved, cross-platform substitute for Make";