nixpkgs/pkgs/development/tools/parsing
Matthew Bauer d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
..
antlr treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bison treewide: add warning comment to “boot” packages 2020-07-31 08:56:53 +02:00
byacc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
flex treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
flexc++ treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hammer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jikespg treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jshon jshon: fix musl build 2020-05-07 09:43:35 +02:00
lemon treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
peg add missing meta data 2019-10-08 20:54:38 +02:00
ragel treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
re2c re2c: add patch for CVE-2020-11958 2020-05-01 08:51:55 +02:00
tree-sitter tree-sitter.builtGrammars: build parser libraries 2020-03-06 08:01:35 +01:00