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"
rec {
buildInputs = [ fontconfig ];
buildInputs = [ fontconfig.bin ];
passAsFile = [ "fontDirs" ];
fontDirs = ''
<!-- Font directories -->