wkhtmltopdf-bin: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-10 14:19:39 +02:00
parent e3755a384c
commit 191c448703
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -12471,6 +12471,7 @@ with pkgs;
wkhtmltopdf-bin = callPackage ../tools/graphics/wkhtmltopdf-bin {
libjpeg8 = libjpeg.override { enableJpeg8 = true; };
openssl = openssl_1_1;
};
wml = callPackage ../development/web/wml { };