* Add .../share/fonts to the font search path.

svn path=/nixos/trunk/; revision=7752
This commit is contained in:
Eelco Dolstra 2007-01-22 17:17:43 +00:00
parent 327cb83cf2
commit 9c3a069326

View File

@ -89,12 +89,15 @@ import ../helpers/make-etc.nix {
"~/.fonts"
# - the user's current profile
"~/.nix-profile/lib/X11/fonts"
"~/.nix-profile/share/fonts"
# - the default profile
"/nix/var/nix/profiles/default/lib/X11/fonts"
"/nix/var/nix/profiles/default/share/fonts"
# - a few statically built locations
pkgs.xorg.fontbhttf
pkgs.xorg.fontbh100dpi
pkgs.xorg.fontbhlucidatypewriter100dpi
pkgs.ttf_bitstream_vera
pkgs.freefont_ttf
];
buildInputs = [pkgs.libxslt];