b874f68d80
svn path=/nixpkgs/trunk/; revision=912
15 lines
196 B
Bash
15 lines
196 B
Bash
. $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd build_unix
|
|
configureScript=../dist/configure
|
|
}
|
|
preConfigure=preConfigure
|
|
|
|
postInstall() {
|
|
rm -rf $out/docs
|
|
}
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|