mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Add some ugly fonts (like adobe-helvetica) required by some
primitive applications. svn path=/nixos/trunk/; revision=12700
This commit is contained in:
parent
fe28b75fdd
commit
15e77dfb1c
@ -12,6 +12,9 @@
|
||||
# - a few statically built locations
|
||||
pkgs.xorg.fontbhttf
|
||||
pkgs.xorg.fontbhlucidatypewriter100dpi
|
||||
pkgs.xorg.fontbhlucidatypewriter75dpi
|
||||
pkgs.xorg.fontadobe100dpi
|
||||
pkgs.xorg.fontadobe75dpi
|
||||
pkgs.ttf_bitstream_vera
|
||||
pkgs.freefont_ttf
|
||||
pkgs.xorg.fontbh100dpi
|
||||
@ -19,8 +22,8 @@
|
||||
pkgs.xorg.fontcursormisc
|
||||
]
|
||||
|
||||
++ (pkgs.lib.optional (config.fonts.enableCoreFonts) pkgs.corefonts)
|
||||
++ pkgs.lib.optional config.fonts.enableCoreFonts pkgs.corefonts
|
||||
|
||||
++ pkgs.lib.optional (config.fonts.enableGhostscriptFonts) "${pkgs.ghostscript}/share/ghostscript/fonts"
|
||||
++ pkgs.lib.optional config.fonts.enableGhostscriptFonts "${pkgs.ghostscript}/share/ghostscript/fonts"
|
||||
|
||||
++ config.fonts.extraFonts
|
||||
|
Loading…
Reference in New Issue
Block a user