From 980d658fbd15591b71f967b60759c03ce7cd0137 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 29 Oct 2019 11:26:01 +0100 Subject: [PATCH] nixos.tests.fontconfig-default-fonts: remove twitter-color-emoji --- nixos/tests/fontconfig-default-fonts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/fontconfig-default-fonts.nix b/nixos/tests/fontconfig-default-fonts.nix index 1991cec92189..ed567aee215f 100644 --- a/nixos/tests/fontconfig-default-fonts.nix +++ b/nixos/tests/fontconfig-default-fonts.nix @@ -7,7 +7,7 @@ import ./make-test.nix ({ lib, ... }: fonts.fonts = with pkgs; [ noto-fonts-emoji cantarell-fonts - twitter-color-emoji + #twitter-color-emoji # Can't be generated with Python 3 version of nototools source-code-pro gentium ];