nixpkgs/pkgs/development/tools/misc/autoconf
Sergei Trofimovich 42091a7b8b autoconf213: move 'm4' and 'perl' to nativeBuildInputs (strictDeps = true)
Without the change `strictDeps = true` build fails as:

    $ nix build --impure --expr 'with import ./. {}; autoconf213.overrideAttrs (oa: { strictDeps = true;})'
    Error: Autoconf requires GNU m4 1.1 or later
2022-05-07 07:10:05 +01:00
..
2.13.nix autoconf213: move 'm4' and 'perl' to nativeBuildInputs (strictDeps = true) 2022-05-07 07:10:05 +01:00
2.64.nix pkgs/development: followup fmt 2021-11-10 14:03:48 +01:00
2.69.nix autoconf: rename name to pname&version 2021-11-10 14:05:09 +01:00
2.71-fix-race.patch
default.nix