We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 602e1b2 + 2f416c0 commit 050e1f3Copy full SHA for 050e1f3
1 file changed
pkgs/development/python-modules/pillow/default.nix
@@ -24,6 +24,16 @@ import ./generic.nix (rec {
24
hash = "sha256-nIK1s+BDx68NlXktDSDM9o9hof7Gs1MOcYtohCJyc5Y=";
25
};
26
27
+ patches = [
28
+ # Pull in zlib-1.3 fix pending upstream inclusion
29
+ # https://github.com/python-pillow/Pillow/pull/7344
30
+ (fetchpatch {
31
+ name = "zlib-1.3.patch";
32
+ url = "https://github.com/python-pillow/Pillow/commit/9ef7cb39def45b0fe1cdf4828ca20838a1fc39d1.patch";
33
+ hash = "sha256-N7V6Xz+SBHSm3YIgmbty7zbqkv8MzpLMhU4Xxerhx8w=";
34
+ })
35
+ ];
36
+
37
passthru.tests = {
38
inherit imageio matplotlib pilkit pydicom reportlab;
39
0 commit comments