moonlander: drop

This commit is contained in:
Azat Bahawi 2023-11-27 23:27:50 +03:00
parent 01b2dc1036
commit da55691ab7
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B
3 changed files with 1 additions and 47 deletions

View File

@ -1,44 +0,0 @@
{ lib
, stdenv
, fetchFromSourcehut
, rustPlatform
, atk
, cairo
, gdk-pixbuf
, glib
, gtk3
, pango
, pkg-config
}:
rustPlatform.buildRustPackage rec {
pname = "moonlander";
version = "unstable-2021-05-23";
src = fetchFromSourcehut {
owner = "~admicos";
repo = "moonlander";
rev = "abfb9cd421092b73609a32d0a04d110294a48f5e";
hash = "sha256-kpaJRZPPVj8QTFfOx7nq3wN2jmyYASou7cgf+XY2RVU=";
};
cargoHash = "sha256-DL/EtZomrZlOFjUgNm6qnrB1MpXApkYKGubi+dB8aho=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [
atk
cairo
gdk-pixbuf
glib
gtk3
pango
];
meta = with lib; {
description = "Just another \"fancy\" Gemini client";
homepage = "https://sr.ht/~admicos/moonlander/";
license = licenses.mit;
maintainers = with maintainers; [ azahi ];
};
}

View File

@ -589,7 +589,7 @@ mapAliases ({
monero = monero-cli; # Added 2021-11-28
mongodb-4_0 = throw "mongodb-4_0 has been removed, it's end of life since April 2022"; # Added 2023-01-05
mongodb-4_2 = throw "mongodb-4_2 has been removed, it's end of life since April 2023"; # Added 2023-06-06
moonlander = throw "'moonlander' has been removed due to it being broken and unmaintained"; # Added 2023-11-26
moz-phab = mozphab; # Added 2022-08-09
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

View File

@ -33808,8 +33808,6 @@ with pkgs;
moolticute = libsForQt5.callPackage ../applications/misc/moolticute { };
moonlander = callPackage ../applications/networking/browsers/moonlander { };
moonlight-embedded = callPackage ../applications/misc/moonlight-embedded { };
moonlight-qt = libsForQt5.callPackage ../applications/misc/moonlight-qt {