forked from mirrors/nixpkgs
* Add .../share/fonts to the font search path.
svn path=/nixos/trunk/; revision=7752
This commit is contained in:
parent
327cb83cf2
commit
9c3a069326
|
@ -89,12 +89,15 @@ import ../helpers/make-etc.nix {
|
||||||
"~/.fonts"
|
"~/.fonts"
|
||||||
# - the user's current profile
|
# - the user's current profile
|
||||||
"~/.nix-profile/lib/X11/fonts"
|
"~/.nix-profile/lib/X11/fonts"
|
||||||
|
"~/.nix-profile/share/fonts"
|
||||||
# - the default profile
|
# - the default profile
|
||||||
"/nix/var/nix/profiles/default/lib/X11/fonts"
|
"/nix/var/nix/profiles/default/lib/X11/fonts"
|
||||||
|
"/nix/var/nix/profiles/default/share/fonts"
|
||||||
# - a few statically built locations
|
# - a few statically built locations
|
||||||
pkgs.xorg.fontbhttf
|
pkgs.xorg.fontbhttf
|
||||||
pkgs.xorg.fontbh100dpi
|
pkgs.xorg.fontbh100dpi
|
||||||
pkgs.xorg.fontbhlucidatypewriter100dpi
|
pkgs.xorg.fontbhlucidatypewriter100dpi
|
||||||
|
pkgs.ttf_bitstream_vera
|
||||||
pkgs.freefont_ttf
|
pkgs.freefont_ttf
|
||||||
];
|
];
|
||||||
buildInputs = [pkgs.libxslt];
|
buildInputs = [pkgs.libxslt];
|
||||||
|
|
Loading…
Reference in a new issue