mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #315240 from Cryolitia/ghost-font
ghostscript: add output `fonts`
This commit is contained in:
commit
ee9cf00e6d
7 changed files with 10 additions and 8 deletions
|
@ -18,6 +18,6 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf config.fonts.enableGhostscriptFonts {
|
||||
fonts.packages = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
|
||||
fonts.packages = [ pkgs.ghostscript.fonts ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue