nixpkgs/pkgs/applications/office/openoffice/builder.sh

11 lines
125 B
Bash
Raw Normal View History

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