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; {