Merge pull request #78661 from dtzWill/fix/matrique-alias-for-spectral

matrique: move to aliases.nix, not primary attribute name
This commit is contained in:
Will Dietz 2020-02-03 17:39:27 -06:00 committed by GitHub
commit ccdfbcd63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -20378,9 +20378,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 ({