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
parent 7f86fc0805
commit b2e8b0c602
+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`.