2023-08-10 07:59:29 +00:00
|
|
|
{ backports-functools-lru-cache
|
|
|
|
, wcwidth
|
|
|
|
}:
|
|
|
|
|
|
|
|
wcwidth.overridePythonAttrs(oldAttrs: {
|
2024-01-13 08:15:51 +00:00
|
|
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs or [] ++ [
|
2023-08-10 07:59:29 +00:00
|
|
|
backports-functools-lru-cache
|
|
|
|
];
|
|
|
|
})
|
|
|
|
|