mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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
Block a user