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

@@ -37,6 +37,7 @@
runHook postCheck
''
, preInstall ? ""
, postInstall ? ""
, ... } @ attrs:
@@ -63,7 +64,7 @@ python.stdenv.mkDerivation (attrs // {
${preConfigure}
'';
installPhase = ''
installPhase = preInstall + ''
mkdir -p "$out/lib/${python.libPrefix}/site-packages"
echo "installing \`${name}' with \`easy_install'..."