about summary refs log tree commit diff
path: root/pkgs/development/libraries/db4/builder.sh
blob: b9d48b60803286fb8c326be314dc601e41617db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source $stdenv/setup

preConfigure() {
    cd build_unix
    configureScript=../dist/configure
}

postInstall() {
    rm -rf $out/docs
}

genericBuild