catpucchin-catwalk: unpin pillow dependency

This commit is contained in:
Theodore Ni 2023-08-05 11:22:37 -07:00
parent e329dc70ee
commit 3c2763bf8f
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -15,6 +15,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-5TAw5H3soxe9vLhfj1qs8uMr4ybrHlCj4zdsMzvPo6s=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'Pillow = "^' 'Pillow = ">='
'';
nativeBuildInputs = with python3.pkgs; [
poetry-core
];