From ebacc396584ac9680c70159b3d8c0e506399ed20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 2 Jun 2026 09:40:16 -0700 Subject: [PATCH] Revert "highlight: backport crash fix" This reverts commit 3b55193837d3a7c817fe873a65ea34f6057d04ee because the patch was included in highlight 4.20. --- pkgs/tools/text/highlight/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/tools/text/highlight/default.nix b/pkgs/tools/text/highlight/default.nix index 6caa61b1e596..53385e666527 100644 --- a/pkgs/tools/text/highlight/default.nix +++ b/pkgs/tools/text/highlight/default.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitLab, - fetchpatch, getopt, lua, boost, @@ -25,14 +24,6 @@ let hash = "sha256-fMIyMR9RA60hdy1eniJkvLHK+WJPuVehWMyS9Lt6iQ4="; }; - patches = [ - (fetchpatch { - name = "shellscript-crash-fix.patch"; - url = "https://gitlab.com/saalen/highlight/-/commit/2c0e95290fe7ca26185851f38ac205d81e4b7015.patch"; - hash = "sha256-aan2s7wKzBO/QbK+Q+Zq1RiyFORJjEYDcscjCAxMJg8="; - }) - ]; - enableParallelBuilding = true; nativeBuildInputs = [