15ae1b326f
svn path=/nixpkgs/trunk/; revision=6113
10 lines
93 B
Bash
10 lines
93 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoconf
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|