make-fonts-cache.nix: Don't build-depend on unnecessary outputs of fontconfig
This commit is contained in:
parent
1b1fc65505
commit
886837f479
|
@ -2,7 +2,7 @@
|
|||
|
||||
runCommand "fc-cache"
|
||||
rec {
|
||||
buildInputs = [ fontconfig ];
|
||||
buildInputs = [ fontconfig.bin ];
|
||||
passAsFile = [ "fontDirs" ];
|
||||
fontDirs = ''
|
||||
<!-- Font directories -->
|
||||
|
|
Loading…
Reference in New Issue