Resolved issue with hard-corded path to /sbin/stty
svn path=/nixpkgs/trunk/; revision=11389
This commit is contained in:
parent
b936188ce8
commit
9dccbcfc55
@ -17,6 +17,9 @@ stdenv.mkDerivation {
|
|||||||
# substituteInPlace exp_inter.c --replace tcl.h tclInt.h
|
# 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";
|
configureFlags = "--with-tcl=${tcl}/lib --with-tclinclude=${tcl}/include";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user