mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:07:50 +00:00
buildPythonPackage: don't return on shellHook
Entering environment might not always be the desired effect.
This commit is contained in:
parent
9949d0255e
commit
296dd89030
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user