From 1fe03311b054c744603a428c585fc90771ed5b33 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Sat, 1 Jul 2023 12:07:40 -0500 Subject: oil: remove obsolete readline workaround Looks like upstream issue was fixed via oilshell/oil#1514 (originally reported in oilshell/oil#1467). --- pkgs/shells/oil/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix index 4131ac424d7..ebe292d8509 100644 --- a/pkgs/shells/oil/default.nix +++ b/pkgs/shells/oil/default.nix @@ -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 = '' -- cgit 1.4.1