mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "groff: only apply the latest patch on linux for now"
This reverts commit 37a9427fd3.
This commit is contained in:
parent
7f86fc0805
commit
b2e8b0c602
1 changed files with 1 additions and 2 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue