mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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"
|
runCommand "fc-cache"
|
||||||
rec {
|
rec {
|
||||||
buildInputs = [ fontconfig ];
|
buildInputs = [ fontconfig.bin ];
|
||||||
passAsFile = [ "fontDirs" ];
|
passAsFile = [ "fontDirs" ];
|
||||||
fontDirs = ''
|
fontDirs = ''
|
||||||
<!-- Font directories -->
|
<!-- Font directories -->
|
||||||
|
Loading…
Reference in New Issue
Block a user