nixpkgs/pkgs
Alyssa Ross 8bad690603 autoreconfHook: make overridable
Some packages have specific autotools requirements that don't apply to
any other packages.  We want to be able to use autoreconfHook for
these packages with the required autotools versions, but we don't want
to have to makeSetupHook for each one, or have a top-level attribute
for every combination.

So, use callPackage around the makeSetupHook call so that the
autotools used by autoreconfHook can be overridden.  This way, a
custom autoreconfHook can be passed to a package like this:

    autoreconfHook = with buildPackages;
      autoreconfHook.override { automake = automake115x; };

And we can simplify the definitions of our existing autoreconfHook264
and autoreconfHook269 attributes.
2021-02-02 17:14:29 +00:00
..
applications weechatScripts.weechat-matrix: fix PYTHONPATH 2021-02-02 17:13:53 +00:00
build-support
common-updater
data
desktops
development Merge pull request #111613 from jtojnar/flatpak-1.10 2021-02-02 17:51:33 +01:00
games
misc
os-specific Merge pull request #110171 from r-ryantm/auto-update/openvswitch 2021-02-02 14:53:21 +01:00
pkgs-lib
servers Merge pull request #111646 from SuperSandro2000/fix-collection7 2021-02-02 16:29:56 +01:00
shells
stdenv
test
tools
top-level autoreconfHook: make overridable 2021-02-02 17:14:29 +00:00