pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs

This commit is contained in:
Ricardo Ardissone 2016-06-19 17:10:28 -03:00 committed by Rok Garbas
parent 5d80a0244b
commit b81f3e4682
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
HOME=$TMPDIR nosetests -x
'';
buildInputs = with python3Packages; [ glibcLocales nose pygments ];
buildInputs = with python3Packages; [ glibcLocales nose ];
propagatedBuildInputs = with python3Packages; [ ply prompt_toolkit ];
meta = with stdenv.lib; {

View file

@ -16891,8 +16891,8 @@ in modules // {
rm prompt_toolkit/win32_types.py
'';
buildInputs = with self; [ jedi ipython pygments ];
propagatedBuildInputs = with self; [ docopt six wcwidth ];
buildInputs = with self; [ jedi ipython ];
propagatedBuildInputs = with self; [ docopt six wcwidth pygments ];
meta = {
description = "Python library for building powerful interactive command lines";