shving90
shving90
Explore posts from servers
RRailway
Created by shving90 on 8/25/2023 in #✋|help
Libreoffice
Hi I need libreoffice installed to use in my code. I attempted using the below nixpacks.toml
[phases.setup]
nixPkgs = ['...', 'libreoffice','fontconfig']
aptPkgs = ['...', 'gcc', 'g++','libstdc++6']
[phases.setup]
nixPkgs = ['...', 'libreoffice','fontconfig']
aptPkgs = ['...', 'gcc', 'g++','libstdc++6']
and export in bash export
export FONTCONFIG_PATH=/etc/fonts
export FONTCONFIG_PATH=/etc/fonts
and got this warning and as a result the font was not as expected
Fontconfig error: Cannot load default config file: No such file: (null)
Fontconfig error: Cannot load default config file: No such file: (null)
Any advice on how to resolve?
5 replies