nix build: xo-indentlog: trying to fix fontconfig errors
This commit is contained in:
parent
058655cb47
commit
6b365017cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue