Merge branch 'channel-nixos' into python
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
runHook postCheck
|
||||
''
|
||||
|
||||
, preInstall ? ""
|
||||
, postInstall ? ""
|
||||
|
||||
, ... } @ attrs:
|
||||
@@ -61,7 +62,7 @@ python.stdenv.mkDerivation (attrs // {
|
||||
${preConfigure}
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
installPhase = preInstall + ''
|
||||
mkdir -p "$out/lib/${python.libPrefix}/site-packages"
|
||||
|
||||
echo "installing \`${name}' with \`easy_install'..."
|
||||
|
||||
Reference in New Issue
Block a user