1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 09:17:28 +02:00

fontconfig: fix error on missing cachedir file

Fixes #699
This commit is contained in:
Robert Helgesson 2019-04-30 18:43:58 +02:00
parent f56256f488
commit 1f4e9681f7
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -50,7 +50,7 @@ in
EOF EOF
${getBin pkgs.fontconfig}/bin/fc-cache -f ${getBin pkgs.fontconfig}/bin/fc-cache -f
rm $out/lib/fontconfig/cache/CACHEDIR.TAG rm -f $out/lib/fontconfig/cache/CACHEDIR.TAG
unset FONTCONFIG_FILE unset FONTCONFIG_FILE
''; '';