mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs
This commit is contained in:
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; {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue