pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs

This commit is contained in:
Ricardo Ardissone
2016-06-20 13:41:05 +02:00
committed by Rok Garbas
parent 5d80a0244b
commit b81f3e4682
2 changed files with 3 additions and 3 deletions
+1 -1
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; {
+2 -2
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";