grafana-alloy: don't build the frontend twice
[NixPkgs.git] / nixos / modules / programs / fish_completion-generator.patch
blobfa207e484c99e46dabed4ae9e6b5c8d2033b4fd8
1 --- a/create_manpage_completions.py
2 +++ b/create_manpage_completions.py
3 @@ -879,10 +879,6 @@ def parse_manpage_at_path(manpage_path, output_directory):
5 return False
7 - # Output the magic word Autogenerated so we can tell if we can overwrite this
8 - built_command_output.insert(
9 - 0, "# " + CMDNAME + "\n# Autogenerated from man page " + manpage_path
10 - )
11 # built_command_output.insert(2, "# using " + parser.__class__.__name__) # XXX MISATTRIBUTES THE CULPABLE PARSER! Was really using Type2 but reporting TypeDeroffManParser
13 for line in built_command_output: