nix: move to weasypdf from wkhtmltopdf

Closes #1873
This commit is contained in:
Vladimir Timofeenko
2022-12-24 15:42:32 -08:00
parent eca08c7416
commit 5d41d5775c
3 changed files with 63 additions and 5 deletions

View File

@ -6,8 +6,6 @@
nixpkgs.config = {
permittedInsecurePackages = [
"solr-8.6.3"
# NOTE: Qtwebkit is a dep for wkhtmltopdf, this line is needed until #201765 is fixed in nixpkgs
"qtwebkit-5.212.0-alpha4"
];
};