make-fonts-cache.nix: Don't build-depend on unnecessary outputs of fontconfig

This commit is contained in:
Tuomas Tynkkynen 2017-09-11 19:19:58 +03:00
parent 1b1fc65505
commit 886837f479

View File

@ -2,7 +2,7 @@
runCommand "fc-cache" runCommand "fc-cache"
rec { rec {
buildInputs = [ fontconfig ]; buildInputs = [ fontconfig.bin ];
passAsFile = [ "fontDirs" ]; passAsFile = [ "fontDirs" ];
fontDirs = '' fontDirs = ''
<!-- Font directories --> <!-- Font directories -->