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