c7e4a07c07
svn path=/nixpkgs/trunk/; revision=5584
10 lines
92 B
Bash
10 lines
92 B
Bash
. $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|