mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
python2Packages.wcwidth: fix eval
This commit is contained in:
parent
ab83105076
commit
936386b0c1
@ -3,7 +3,7 @@
|
||||
}:
|
||||
|
||||
wcwidth.overridePythonAttrs(oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs or [] ++ [
|
||||
backports-functools-lru-cache
|
||||
];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user