nixpkgs/pkgs/applications/office/openoffice/builder.sh
2005-10-25 18:01:13 +00:00

11 lines
125 B
Bash

source $stdenv/setup
configurePhase() {
cd config_office/;
./configure;
}
configurePhase=configurePhase;
genericBuild