oil: remove obsolete readline workaround

Looks like upstream issue was fixed via oilshell/oil#1514
(originally reported in oilshell/oil#1467).
This commit is contained in:
Travis A. Everett 2023-07-01 12:07:40 -05:00
parent 271adaedcb
commit 1fe03311b0

View File

@ -16,9 +16,6 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs build
# TODO: workaround for https://github.com/oilshell/oil/issues/1467
# check for removability on updates :)
substituteInPlace configure --replace "echo '#define HAVE_READLINE 1'" "echo '#define HAVE_READLINE 1' && return 0"
'';
preInstall = ''