move mpc_cli to aliases.nix

This commit is contained in:
AndersonTorres 2022-01-24 23:38:03 -03:00
parent 2050d991c4
commit 6e7e03feb7
2 changed files with 1 additions and 1 deletions

View file

@ -631,6 +631,7 @@ mapAliases ({
module_init_tools = kmod; # added 2016-04-22
mozart = mozart2-binary; # added 2019-09-23
mozart-binary = mozart2-binary; # added 2019-09-23
mpc_cli = mpc-cli; # moved from top-level 2022-01-24
mpd_clientlib = libmpdclient; # added 2021-02-11
mpich2 = mpich; # added 2018-08-06
msf = metasploit; # added 2018-04-25

View file

@ -27334,7 +27334,6 @@ with pkgs;
mpg321 = callPackage ../applications/audio/mpg321 { };
mpc_cli = mpc-cli; # TODO: move this to aliases.nix
mpc-cli = callPackage ../applications/audio/mpc {
inherit (python3Packages) sphinx;
};