mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
8bad690603
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. |
||
---|---|---|
.. | ||
agda-packages.nix | ||
aliases.nix | ||
all-packages.nix | ||
beam-packages.nix | ||
config.nix | ||
coq-packages.nix | ||
darwin-packages.nix | ||
default.nix | ||
dhall-packages.nix | ||
dotnet-packages.nix | ||
emacs-packages.nix | ||
emscripten-packages.nix | ||
haskell-packages.nix | ||
haxe-packages.nix | ||
impure.nix | ||
java-packages.nix | ||
lua-packages.nix | ||
make-tarball.nix | ||
metrics.nix | ||
ocaml-packages.nix | ||
packages-config.nix | ||
perl-packages.nix | ||
php-packages.nix | ||
pure-packages.nix | ||
python-packages.nix | ||
qt5-packages.nix | ||
release-alternatives.nix | ||
release-cross.nix | ||
release-lib.nix | ||
release-python.nix | ||
release-small.nix | ||
release.nix | ||
ruby-packages.nix | ||
splice.nix | ||
stage.nix | ||
static.nix | ||
unixtools.nix | ||
wine-packages.nix |