python2Packages.wcwidth: fix eval

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:23 +01:00
parent ab83105076
commit 936386b0c1
@@ -3,7 +3,7 @@
}:
wcwidth.overridePythonAttrs(oldAttrs: {
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
propagatedBuildInputs = oldAttrs.propagatedBuildInputs or [] ++ [
backports-functools-lru-cache
];
})