3
0
Fork 0
forked from mirrors/nixpkgs

boehmgc: Make comment future proof

It gets updated to new tags automatically but the line number would
have to change.
This commit is contained in:
Robert Hensing 2021-12-11 15:51:51 +00:00
parent 9ff566b0f5
commit fdf5ca2de6

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl
, autoreconfHook
, enableLargeConfig ? false # doc: https://github.com/ivmai/bdwgc/blob/v8.2.0/doc/README.macros#L195
, enableLargeConfig ? false # doc: https://github.com/ivmai/bdwgc/blob/v8.2.0/doc/README.macros (LARGE_CONFIG)
}:
stdenv.mkDerivation rec {