nixpkgs.noto-fonts-emoji -> noto-fonts-color-emoji
All checks were successful
CI / smoke-test (push) Successful in 2s
All checks were successful
CI / smoke-test (push) Successful in 2s
This commit is contained in:
parent
adb8b75b09
commit
34d426da8e
1 changed files with 6 additions and 3 deletions
|
|
@ -42,12 +42,15 @@ let
|
||||||
fontDirectories = [
|
fontDirectories = [
|
||||||
pkgs.inconsolata-lgc
|
pkgs.inconsolata-lgc
|
||||||
pkgs.noto-fonts
|
pkgs.noto-fonts
|
||||||
pkgs.noto-fonts-emoji
|
pkgs.noto-fonts-color-emoji
|
||||||
pkgs.dejavu_fonts
|
pkgs.dejavu_fonts
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# xo deps
|
# xo deps.
|
||||||
|
# (we don't need this for nix-build.
|
||||||
|
# load-bearing for nix development shell driving a cmake build)
|
||||||
|
#
|
||||||
xodeps = [
|
xodeps = [
|
||||||
pkgs.python3Packages.python
|
pkgs.python3Packages.python
|
||||||
# note: pybind11 won't build on roly-chicago-24a in nix sandbox, runs out of pty devices
|
# note: pybind11 won't build on roly-chicago-24a in nix sandbox, runs out of pty devices
|
||||||
|
|
@ -722,7 +725,7 @@ in
|
||||||
|
|
||||||
# fonts for imgui
|
# fonts for imgui
|
||||||
pkgs.noto-fonts
|
pkgs.noto-fonts
|
||||||
pkgs.noto-fonts-emoji
|
pkgs.noto-fonts-color-emoji
|
||||||
pkgs.dejavu_fonts
|
pkgs.dejavu_fonts
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue