mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
move mpc_cli to aliases.nix
This commit is contained in:
parent
2050d991c4
commit
6e7e03feb7
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user