Resolved issue with hard-corded path to /sbin/stty

svn path=/nixpkgs/trunk/; revision=11389
This commit is contained in:
Sander van der Burg 2008-03-31 12:57:12 +00:00
parent b936188ce8
commit 9dccbcfc55

View file

@ -17,6 +17,9 @@ stdenv.mkDerivation {
# substituteInPlace exp_inter.c --replace tcl.h tclInt.h
#'';
coreutils = stdenv.coreutils;
patchPhase = '' sed -i "s@/bin/stty@$coreutils/bin/stty@" configure '';
configureFlags = "--with-tcl=${tcl}/lib --with-tclinclude=${tcl}/include";
meta = {