Revert "highlight: backport crash fix"

This reverts commit 3b55193837 because the
patch was included in highlight 4.20.
This commit is contained in:
Robert Schütz
2026-06-02 09:40:16 -07:00
parent 6bd5795bf9
commit ebacc39658

View File

@@ -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 = [