editline-lix: drop patch that's now included in nixpkgs

Change-Id: Ib53e6bb5e83f6bf163b29357712cd624b2c24057
This commit is contained in:
K900
2025-03-21 09:45:56 +03:00
parent 2491b7cc21
commit 3936f9b5de
-8
View File
@@ -87,14 +87,6 @@
boehmgc-nix = boehmgc.override { enableLargeConfig = true; };
editline-lix = editline.overrideAttrs (prev: {
patches = (prev.patches or [ ]) ++ [
# Recognize `Alt-Left` and `Alt-Right` for navigating by words in more
# terminals/shells/platforms.
#
# See: https://github.com/troglobit/editline/pull/70
./nix-support/editline.patch
];
configureFlags = (prev.configureFlags or [ ]) ++ [
# Enable SIGSTOP (Ctrl-Z) behavior.
(lib.enableFeature true "sigstop")