ccze: fix cross build (#373783)

This commit is contained in:
Colin
2025-01-16 16:43:47 +00:00
committed by GitHub
+3
View File
@@ -39,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: {
autoconf
'';
# provide correct pcre2-config for cross
env.PCRE_CONFIG = lib.getExe' (lib.getDev pcre2) "pcre2-config";
meta = with lib; {
mainProgram = "ccze";
description = "Fast, modular log colorizer";