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)
This commit is contained in:
parent
a584044855
commit
67ab3bab81
|
@ -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
|
||||
|
|
|
@ -20396,9 +20396,6 @@ in
|
|||
|
||||
mm-common = callPackage ../development/libraries/mm-common { };
|
||||
|
||||
# Renamed
|
||||
matrique = spectral;
|
||||
|
||||
mpc-qt = libsForQt5.callPackage ../applications/video/mpc-qt { };
|
||||
|
||||
mplayer = callPackage ../applications/video/mplayer ({
|
||||
|
|
Loading…
Reference in New Issue