Vladimír Čunát 2023-08-05 17:45:20 +02:00
parent ce181b4dd0
commit 1f4ccf115c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -11,6 +11,11 @@ buildPythonApplication rec {
sha256 = "1miabaxd5pwxn0va4drzj1d4ppxvyqsrrd4xw1j6qr52yci0lms8";
};
postPatch = ''
substituteInPlace imgp \
--replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS"
'';
propagatedBuildInputs = [ pillow ];
installFlags = [