mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Resolved issue with hard-corded path to /sbin/stty
svn path=/nixpkgs/trunk/; revision=11389
This commit is contained in:
parent
b936188ce8
commit
9dccbcfc55
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue