buildPythonPackage: don't return on shellHook
Entering environment might not always be the desired effect.
This commit is contained in:
@@ -163,7 +163,6 @@ python.stdenv.mkDerivation (attrs // {
|
||||
export PYTHONPATH="/tmp/$name/lib/${python.libPrefix}/site-packages:$PYTHONPATH"
|
||||
python setup.py develop --prefix /tmp/$name
|
||||
${postShellHook}
|
||||
return
|
||||
'';
|
||||
|
||||
meta = with lib.maintainers; {
|
||||
|
||||
Reference in New Issue
Block a user