overrides: fix pillow build failure
This commit is contained in:
parent
73698b6684
commit
4860cb18b4
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ in
|
|||
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/pull/356680/
|
||||
term-image = pythonPrev.term-image.overridePythonAttrs {
|
||||
pythonRelaxDeps = [ "pillow" ];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue