nixpkgs/pkgs/development/libraries/db4/builder.sh

15 lines
201 B
Bash
Raw Normal View History

source $stdenv/setup
preConfigure() {
cd build_unix
configureScript=../dist/configure
}
preConfigure=preConfigure
postInstall() {
rm -rf $out/docs
}
postInstall=postInstall
genericBuild