about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pantalaimon
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-22 17:02:31 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-23 16:36:39 +0200
commit183c7ebcaed1d2822a92b3029087a1e9d29c53a3 (patch)
tree274dd7f0c617371145165d4fa3ae05c40244e3ce /pkgs/applications/networking/instant-messengers/pantalaimon
parent8dfc51d9c314e75cd62faddcddca2b5fecacc12e (diff)
pythonPackages: normalise prompt_toolkit
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pantalaimon')
-rw-r--r--pkgs/applications/networking/instant-messengers/pantalaimon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix b/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
index 2146753499368..7cfa889d28035 100644
--- a/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, buildPythonApplication, fetchFromGitHub, pythonOlder,
   attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus,
-  prompt_toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3,
+  prompt-toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3,
   setuptools, fetchpatch, installShellFiles,
 
   pytest, faker, pytest-aiohttp, aioresponses,
@@ -40,7 +40,7 @@ buildPythonApplication rec {
     Logbook
     matrix-nio
     peewee
-    prompt_toolkit
+    prompt-toolkit
     setuptools
   ] ++ lib.optional enableDbusUi [
       dbus-python