about summary refs log tree commit diff
path: root/pkgs/top-level/python2-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/python2-packages.nix')
-rw-r--r--pkgs/top-level/python2-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/python2-packages.nix b/pkgs/top-level/python2-packages.nix
index c791f4359f63..7b36e82f99fb 100644
--- a/pkgs/top-level/python2-packages.nix
+++ b/pkgs/top-level/python2-packages.nix
@@ -83,6 +83,10 @@ with self; with super; {
     doCheck = false;  # circular dependency with pytest
   });
 
+  wcwidth = callPackage ../development/python2-modules/wcwidth {
+    inherit wcwidth;
+  };
+
   wheel = callPackage ../development/python2-modules/wheel { };
 
   zeek = disabled super.zeek;