NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.63k stars 13.78k forks source link

Build failure: libsForQt5.qtwebkit #297646

Closed UlyssesZh closed 2 months ago

UlyssesZh commented 6 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build libsForQt5.qtwebkit.

Build log

https://pastebin.com/ta1vCFN1

Additional context

I know this package is deprecated, but many packages is still depending on it.

Notify maintainers

@abbradar @periklis

Metadata


Add a :+1: reaction to issues you find important.

K900 commented 6 months ago

qtwebkit is very dead. Why do you need it?

UlyssesZh commented 6 months ago

I want to use a tool called pdftowrite, which depends on wkhtmltopdf, which depends on qtwebkit. I opened kosmospredanie/pdftowrite#6 to ask the developer to drop the dependency on wkhtmltopdf, but I don't know whether they will ever respond. I may have to fork my own version of that tool if that is the case.

K900 commented 6 months ago

wkhtmltopdf is also dead: https://github.com/wkhtmltopdf/wkhtmltopdf

UlyssesZh commented 6 months ago

Yes, I know that. This is why I asked pdftowrite to drop wkhtmltopdf instead of asking wkhtmltopdf to drop qtwebkit.

zimbatm commented 2 months ago

you should be able to use whtmltopdf-bin, as fixed in #327641