beets: fix compat with pillow 10.0
This commit is contained in:
parent
6458cb74a2
commit
ce181b4dd0
@ -52,6 +52,12 @@ python3Packages.buildPythonApplication {
|
||||
|
||||
patches = extraPatches;
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/beetbox/beets/pull/4868
|
||||
substituteInPlace beets/util/artresizer.py \
|
||||
--replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
confuse
|
||||
gst-python
|
||||
|
Loading…
Reference in New Issue
Block a user