1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00
svn path=/nixpkgs/trunk/; revision=6281
This commit is contained in:
Armijn Hemel 2006-08-27 20:18:07 +00:00
parent a9aa78e444
commit 5c946da49e

View file

@ -0,0 +1,9 @@
source $stdenv/setup
preConfigure() {
autoreconf -i
}
preConfigure=preConfigure
genericBuild