mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
wkhtmltopdf-bin: pin to openssl_1_1
This commit is contained in:
parent
e3755a384c
commit
191c448703
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user