mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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
|