python2.pkgs.wcwidth: add missing python2 dependency
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ backports-functools-lru-cache
|
||||
, wcwidth
|
||||
}:
|
||||
|
||||
wcwidth.overridePythonAttrs(oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
|
||||
backports-functools-lru-cache
|
||||
];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user