about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-07-06 23:18:43 +0200
committerGitHub <noreply@github.com>2023-07-06 23:18:43 +0200
commitd13e88c0c69668f9bcf9cd352ab56749e6a3af16 (patch)
treee14235c99d54c90e92a351e04b176c3f4e64d082 /pkgs/shells
parent96dddb648cd4c7a2a2c3e552ec2d823479e7c192 (diff)
parent1fe03311b054c744603a428c585fc90771ed5b33 (diff)
downloadnixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar.gz
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar.bz2
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar.lz
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar.xz
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.tar.zst
nixlib-d13e88c0c69668f9bcf9cd352ab56749e6a3af16.zip
Merge pull request #240951 from abathur/remove_oil_readline_workaround
oil: remove obsolete readline workaround
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oil/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index 4131ac424d79..ebe292d85092 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 = ''