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

This reverts commit 37a9427fd3.

(cherry picked from commit b2e8b0c602)
(cherry picked from commit e682a0e50ac6a972e00b2347abfdc0d907e5e433)
This commit is contained in:
Vladimír Čunát
2026-06-22 08:01:00 +02:00
parent e866333c7b
commit 412b051db6
+1 -2
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`.