Merge pull request #240951 from abathur/remove_oil_readline_workaround
oil: remove obsolete readline workaround
This commit is contained in:
commit
d13e88c0c6
1 changed files with 0 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue