mq-cli: remove (#376658)
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "mq-cli";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aprilabank";
|
||||
repo = "mq-cli";
|
||||
rev = "v${version}";
|
||||
sha256 = "02z85waj5jc312biv2qhbgplsggxgjmfmyv9v8b1ky0iq1mpxjw7";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-kZox1QhMPFC5l8mJNxh6C3tiNYMgfmLyWLhkdigEs6Y=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI tool to manage POSIX message queues";
|
||||
homepage = "https://github.com/aprilabank/mq-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tazjin ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "mq";
|
||||
};
|
||||
}
|
||||
@@ -890,6 +890,7 @@ mapAliases {
|
||||
mpd_clientlib = throw "'mpd_clientlib' has been renamed to/replaced by 'libmpdclient'"; # Converted to throw 2024-10-17
|
||||
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
|
||||
mq-cli = throw "'mq-cli' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
|
||||
mrkd = throw "'mrkd' has been removed as it is unmaintained since 2021"; # Added 2024-12-21
|
||||
msp430NewlibCross = msp430Newlib; # Added 2024-09-06
|
||||
mupdf_1_17 = throw "'mupdf_1_17' has been removed due to being outdated and insecure. Consider using 'mupdf' instead."; # Added 2024-08-22
|
||||
|
||||
Reference in New Issue
Block a user