mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue