pythonPackages.ipython: fix python 2.7
This commit is contained in:
parent
d472995b78
commit
6665092e4d
@ -11379,7 +11379,8 @@ in modules // {
|
||||
buildInputs = with self; [ nose pkgs.glibcLocales pygments ] ++ optionals isPy27 [mock];
|
||||
|
||||
propagatedBuildInputs = with self;
|
||||
[decorator pickleshare prompt_toolkit simplegeneric traitlets requests2 pexpect sqlite3]
|
||||
[ backports_shutil_get_terminal_size decorator pickleshare prompt_toolkit
|
||||
simplegeneric traitlets requests2 pathlib2 pexpect sqlite3 ]
|
||||
++ optionals stdenv.isDarwin [appnope];
|
||||
|
||||
LC_ALL="en_US.UTF-8";
|
||||
|
Loading…
Reference in New Issue
Block a user