summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2020-01-27 23:37:23 -0600
committerWill Dietz <w@wdtz.org>2020-02-03 17:37:25 -0600
commit67ab3bab8112e63ee23f6bcd83601ecad690e734 (patch)
treee819fe9e8c84c1ac0bbea9a953b0060dd05d1866 /pkgs/top-level/aliases.nix
parenta58404485592b22983e080c711136c8c20a1e37b (diff)
downloadnixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar.gz
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar.bz2
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar.lz
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar.xz
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.tar.zst
nixpkgs-67ab3bab8112e63ee23f6bcd83601ecad690e734.zip
matrique: move to aliases.nix, not primary attribute name
Noticed when searching for the spectral package:

https://nixos.org/nixos/packages.html?channel=nixos-unstable&query=%5Espectral

.. which presently indicates `matrique` is the attribute name.

(matrique became spectral at some point in 2018)
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 771e39f5635..a6ab2731a2b 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -237,6 +237,7 @@ mapAliases ({
   man_db = man-db; # added 2016-05
   manpages = man-pages; # added 2015-12-06
   mariadb-client = hiPrio mariadb.client; #added 2019.07.28
+  matrique = spectral; # added 2020-01-27
   mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
   mess = mame; # added 2019-10-30
   mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained"; # added 2019-12-10