mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
74b4df1a7b
svn path=/nixpkgs/trunk/; revision=4133
11 lines
125 B
Bash
11 lines
125 B
Bash
source $stdenv/setup
|
|
|
|
configurePhase() {
|
|
cd config_office/;
|
|
./configure;
|
|
}
|
|
|
|
configurePhase=configurePhase;
|
|
|
|
genericBuild
|