catpucchin-catwalk: unpin pillow dependency
This commit is contained in:
parent
e329dc70ee
commit
3c2763bf8f
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
hash = "sha256-5TAw5H3soxe9vLhfj1qs8uMr4ybrHlCj4zdsMzvPo6s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'Pillow = "^' 'Pillow = ">='
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue