about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-08 11:14:04 +0000
committernicoo <nicoo@mur.at>2023-09-12 12:38:07 +0000
commitc7423cd7343d1d5f6e6264f48d6e55b3468f36b4 (patch)
treea34e1b64800812752ed7047bcf9ccbf38adcb84b /nixos/tests
parent49f1b36299f24a9c61e74a885dceb48bef06f539 (diff)
downloadnixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.gz
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.bz2
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.lz
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.xz
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.zst
nixlib-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.zip
noto-fonts-emoji → noto-fonts-color-emoji
Clarify that the monochrome font is not included, per #221181.

The new name is also coherent with the name of the font,
according to `fontconfig`: Noto Color Emoji.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/fontconfig-default-fonts.nix2
-rw-r--r--nixos/tests/noto-fonts.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/fontconfig-default-fonts.nix b/nixos/tests/fontconfig-default-fonts.nix
index d8c6ea0f721b..293dc43f91f3 100644
--- a/nixos/tests/fontconfig-default-fonts.nix
+++ b/nixos/tests/fontconfig-default-fonts.nix
@@ -9,7 +9,7 @@ import ./make-test-python.nix ({ lib, ... }:
   nodes.machine = { config, pkgs, ... }: {
     fonts.enableDefaultPackages = true; # Background fonts
     fonts.packages = with pkgs; [
-      noto-fonts-emoji
+      noto-fonts-color-emoji
       cantarell-fonts
       twitter-color-emoji
       source-code-pro
diff --git a/nixos/tests/noto-fonts.nix b/nixos/tests/noto-fonts.nix
index edbb0db4cb7a..b871f5f51729 100644
--- a/nixos/tests/noto-fonts.nix
+++ b/nixos/tests/noto-fonts.nix
@@ -11,7 +11,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
         noto-fonts
         noto-fonts-cjk-sans
         noto-fonts-cjk-serif
-        noto-fonts-emoji
+        noto-fonts-color-emoji
       ];
       fontconfig.defaultFonts = {
         serif = [ "Noto Serif" "Noto Serif CJK SC" ];