Revert "groff: only apply the latest patch on linux for now"

This reverts commit 37a9427fd3.
This commit is contained in:
Vladimír Čunát 2026-05-12 18:27:09 +02:00
commit b2e8b0c602
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -48,8 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-dOKBl5W2r/QxrqyYPWOpyJaO6roqLrp9+LpMe0Hnz9g=";
};
patches = lib.optionals stdenv.isLinux [
# TODO: apply everywhere on rebuild
patches = [
# This revert a upstream refactor in continuous rendering mode, but this
# causes a big performance regression for big manpages like
# `man 5 configuration.nix`.