Symphorien Gibol
a6a29e07bc
nixos/fontconfig/make-fonts-cache: don't fail to clean the cache
...
Today I couldn't rebuild because of:
[...]
/nix/store/lxkrsrlqplz2n75hvpq6vr0gam0gfgrl-font-cursor-misc-1.0.3/lib/X11/fonts/misc: skipping, existing cache is valid: 1 fonts, 0 dirs
/var/cache/fontconfig: cleaning cache directory
/nix/store/xq3c44ha15pfa5a9mv1z9mni3cfghsna-fc-cache: cleaning cache directory
fc-cache: succeeded
rm: cannot remove '/nix/store/xq3c44ha15pfa5a9mv1z9mni3cfghsna-fc-cache/CACHEDIR.TAG': No such file or directory
builder for '/nix/store/zxfmil40n79vhn5hb4flqc76j99a3l7b-fc-cache.drv' failed with exit code 1
2018-11-04 21:23:52 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Bjørn Forsman
8ea7a302bd
make-fonts-cache: remove CACHEDIR.TAG file from Nix store
...
A CACHEDIR.TAG file indicates that the contents can be automatically
re-generated. This is not really true for Nix store paths. (Well _Nix_
can recreate them, but that's different.)
I noticed this issue as I was restoring full system backup that "for
some reason" always missed /nix/store/*-fc-cache (found by `nix-store
--verify --repair`). Turns out I was excluding caches from my backup...
2018-02-11 16:07:43 +01:00
Tuomas Tynkkynen
886837f479
make-fonts-cache.nix: Don't build-depend on unnecessary outputs of fontconfig
2017-09-11 19:22:01 +03:00
Vladimír Čunát
4f73633f26
treewide: stop using fontbhttf
2016-08-29 22:28:50 +02:00
Vladimír Čunát
2c51a075ab
makeFontsConf: fix with multiple outputs
2016-02-03 16:57:41 +01:00
Nikolay Amiantov
893af77556
makeFontsCache: init
2016-01-29 14:41:26 +03:00