summary refs log tree commit diff
path: root/pkgs/shells/xonsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/xonsh/default.nix')
-rw-r--r--pkgs/shells/xonsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index a2cc4206620..c73cb287202 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
 
   checkInputs = [ python3Packages.pytest python3Packages.pytest-rerunfailures glibcLocales git ];
 
-  propagatedBuildInputs = with python3Packages; [ ply prompt_toolkit pygments ];
+  propagatedBuildInputs = with python3Packages; [ ply prompt-toolkit pygments ];
 
   meta = with lib; {
     description = "A Python-ish, BASHwards-compatible shell";