pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs
This commit is contained in:
committed by
Rok Garbas
parent
5d80a0244b
commit
b81f3e4682
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user