Skip to content

Commit

Permalink
mpc-cli: migrate to aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Oct 17, 2024
1 parent e0d4003 commit 2755489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,8 @@ mapAliases {
mozart-binary = throw "'mozart-binary' has been renamed to/replaced by 'mozart2-binary'"; # Converted to throw 2023-09-10
mozart = throw "'mozart' has been renamed to/replaced by 'mozart2-binary'"; # Converted to throw 2023-09-10
mp3info = throw "'mp3info' has been removed due to lack of maintenance upstream. Consider using 'eartag' or 'tagger' instead"; # Added 2024-09-14
mpc_cli = mpc-cli; # moved from top-level 2022-01-24
mpc-cli = mpc; # Added 2024-10-14
mpc_cli = mpc; # moved from top-level 2022-01-24
mpd_clientlib = libmpdclient; # Added 2021-02-11
mpdevil = plattenalbum; # Added 2024-05-22
mpg321 = throw "'mpg321' has been removed due to it being unmaintained by upstream. Consider using mpg123 instead."; # Added 2024-05-10
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31060,8 +31060,6 @@ with pkgs;
withConplay = false;
};

mpc-cli = mpc; # green-alias added 2024-10-14

nbstripout = callPackage ../applications/version-management/nbstripout { };

ncmpc = callPackage ../applications/audio/ncmpc { };
Expand Down

0 comments on commit 2755489

Please sign in to comment.