bash: remove check_dev_tty
parent
0b160f488b
commit
730707871a
|
@ -18,6 +18,7 @@ in {
|
|||
bash = overrideTargetAttrs bash (attrs: {
|
||||
configureFlags = attrs.configureFlags
|
||||
++ [ "--without-bash-malloc" ]; # no sbrk please
|
||||
postPatch = "sed '/check_dev_tty/d' shell.c";
|
||||
});
|
||||
|
||||
binutils-unwrapped = overrideTargetAttrs binutils-unwrapped (attrs: {
|
||||
|
|
Loading…
Reference in New Issue