Igor Pashev
|
d57927748a
|
autoreconf may need gettext
E. g. for AC_LIB_PREFIX
|
2014-12-22 20:20:00 +00:00 |
|
Eelco Dolstra
|
ab3eeabfed
|
Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
|
2012-12-28 19:20:09 +01:00 |
|
Eelco Dolstra
|
41840af689
|
* Add a setup hook ‘autoreconfHook’ to simplify packages that need to
run autoreconf:
buildInputs = [ autoreconfHook ];
is essentially equivalent to
buildInputs = [ autoconf automake libtool ];
preConfigure = "autoreconf -i";
svn path=/nixpkgs/branches/x-updates/; revision=34181
|
2012-05-19 02:52:36 +00:00 |
|