9d7df2c6ad
that are in the OOo2 source dist. It seems the only things missing in the tarball are a kernel (but it has to be cross platform) and emacs... Gah, BLOAT! svn path=/nixpkgs/trunk/; revision=4135
10 lines
241 B
Bash
10 lines
241 B
Bash
source $stdenv/setup
|
|
|
|
configurePhase() {
|
|
cd config_office/;
|
|
./configure --disable-epm --disable-odk --with-java=no --disable-cups --with-system-libs --with-system-python --disable-mozilla;
|
|
}
|
|
|
|
configurePhase=configurePhase;
|
|
|
|
genericBuild
|