6ec2dea85c
svn path=/nixpkgs/trunk/; revision=4301
10 lines
92 B
Bash
10 lines
92 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd unix
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|