Files
nixpkgs/pkgs/development/libraries/hspell
Jan Tojnar ad3be3261e hspell: Add zlib
As mentioned by the configure script output, hspell will fall back
on using `gzip` program when not linked against `zlib`:

    No Zlib library, defaulting to using pipes

It has been removed in 67f0a216e5 for some reason.

Without this patch, Geary is stuck loading messages, even though I can interact
with the rest of its UI. I am also getting the following in the log so broken
piping might be breaking webkitgtk for some reason:

    Hspell: can't run gzip -dc '/nix/store/14qk9r9ywvpqn0a24fvw1iwjv302d04j-hspell-1.4/share/hspell/hebrew.wgz.prefixes'.
    Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...

And after quitting Geary:

    *[wrn] 18:29:13.0226 geary:application-client.vala:464: Forcing shutdown of Geary, 7s passed...
    gzip:
    gzip: stdout: Broken pipe
    stdout: Broken pipe

Co-authored-by: Colin <colin@uninsane.org>
2024-12-31 20:00:58 +01:00
..
2024-12-31 20:00:58 +01:00