ccze: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-14 18:13:40 +01:00
parent d9e9853753
commit de9f837a2d
+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";