c57e252798
svn path=/nixpkgs/trunk/; revision=5871
11 lines
129 B
Bash
11 lines
129 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="--with-tcl=$tcl/lib"
|
|
preConfigure() {
|
|
cd unix
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|