Revert "highlight: backport crash fix" (#527206)

This commit is contained in:
dotlambda
2026-06-02 17:27:47 +00:00
committed by GitHub
-9
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 = [