From 6b365017cc27a2833582c9e062d98686ba230b34 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 01:57:51 -0400 Subject: [PATCH] nix build: xo-indentlog: trying to fix fontconfig errors --- pkgs/xo-indentlog.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/xo-indentlog.nix b/pkgs/xo-indentlog.nix index 8e15b51e..7d42134b 100644 --- a/pkgs/xo-indentlog.nix +++ b/pkgs/xo-indentlog.nix @@ -29,7 +29,9 @@ stdenv.mkDerivation (finalattrs: inherit doCheck; preBuild = lib.optionalString buildDocs '' + #echo "FONTCONFIG_FILE=$FONTCONFIG_FILE" export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf + #echo "FONTCONFIG_FILE=$FONTCONFIG_FILE" ''; postBuild = lib.optionalString buildDocs ''