From b81f3e468225efdf6cf26870720f171baa8e6216 Mon Sep 17 00:00:00 2001 From: Ricardo Ardissone Date: Sun, 19 Jun 2016 17:10:28 -0300 Subject: pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs --- pkgs/shells/xonsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells/xonsh') diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix index 5cee35ee8d4..92f7f20993f 100644 --- a/pkgs/shells/xonsh/default.nix +++ b/pkgs/shells/xonsh/default.nix @@ -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; { -- cgit 1.4.1