mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
d242978671
`findInputs` is a stdenv/setup helper we should strive not to call elsewhere. Using normal deps is more idiomatic anyways.
8 lines
178 B
Bash
8 lines
178 B
Bash
preConfigurePhases+=" autoreconfPhase"
|
|
|
|
autoreconfPhase() {
|
|
runHook preAutoreconf
|
|
autoreconf ${autoreconfFlags:---install --force --verbose}
|
|
runHook postAutoreconf
|
|
}
|