mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixosTests.fontconfig-default-fonts: re-add twitter-color-emoji
This commit is contained in:
parent
4f8197bcc0
commit
bae09a1c39
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import ./make-test.nix ({ lib, ... }:
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
#twitter-color-emoji # Can't be generated with Python 3 version of nototools
|
twitter-color-emoji
|
||||||
source-code-pro
|
source-code-pro
|
||||||
gentium
|
gentium
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue