source $stdenv/setup export nodep=TRUE export NO_HIDS=TRUE export PATH=$icu/sbin:$PATH preConfigure=preConfigure preConfigure() { for i in \ sysui/desktop/share/makefile.mk \ ; do substituteInPlace $i --replace /bin/bash $shell done SRCDIR= cd config_office/ } postConfigure="cd .." buildPhase=buildPhase buildPhase() { source LinuxX86Env.Set.sh ./bootstrap dmake # wait a few hours... } wrapSOffice() { local fn=$1 local arg=$2 # !!! should use makeWrapper for this. cat > $out/bin/$fn <