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 |
|