74b4df1a7b
svn path=/nixpkgs/trunk/; revision=4133
10 lines
125 B
Bash
10 lines
125 B
Bash
source $stdenv/setup
|
|
|
|
configurePhase() {
|
|
cd config_office/;
|
|
./configure;
|
|
}
|
|
|
|
configurePhase=configurePhase;
|
|
|
|
genericBuild
|