nixpkgs/pkgs/development/libraries/tk/builder.sh

11 lines
129 B
Bash
Raw Normal View History

source $stdenv/setup
configureFlags="--with-tcl=$tcl/lib"
preConfigure() {
cd unix
}
preConfigure=preConfigure
genericBuild