summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2018-04-03 06:32:02 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2018-04-03 06:32:02 -0500
commit140f2a358407e6f6aac0247c8b05457e1104bf3c (patch)
tree0d7d3c2983056570731889fddc2c712c3ddddae1 /pkgs/top-level/aliases.nix
parent87c12bda03f73a66c8919419f1fb121affcc5146 (diff)
downloadnixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar.gz
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar.bz2
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar.lz
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar.xz
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.tar.zst
nixpkgs-140f2a358407e6f6aac0247c8b05457e1104bf3c.zip
tex-gyre-*-math: Move to `tex-gyre-math` package set
The `tex-gyre-*-math` fonts are moved to the `tex-gyre-math` set for consistency
with `tex-gyre` and to allow them to be easily installed together. Aliases are
created for backwards-compatibility.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index bf3aa8c75ff..70d40fa9d98 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -212,6 +212,10 @@ mapAliases (rec {
   telepathy_qt = telepathy-qt; # added 2018-02-25
   telepathy_qt5 = libsForQt5.telepathy;  # added 2015-12-19
   telepathy_salut = telepathy-salut; # added 2018-02-25
+  tex-gyre-bonum-math = tex-gyre-math.bonum; # added 2018-04-03
+  tex-gyre-pagella-math = tex-gyre-math.pagella; # added 2018-04-03
+  tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03
+  tex-gyre-termes-math = tex-gyre-math.termes; # added 2018-04-03
   tftp_hpa = tftp-hpa; # added 2015-04-03
   transmission_gtk = transmission-gtk; # added 2018-01-06
   transmission_remote_gtk = transmission-remote-gtk; # added 2018-01-06