diff --git a/pkgs/by-name/me/meteo/package.nix b/pkgs/by-name/me/meteo/package.nix deleted file mode 100644 index c7e6027a2ecf..000000000000 --- a/pkgs/by-name/me/meteo/package.nix +++ /dev/null @@ -1,72 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitLab, - nix-update-script, - appstream, - desktop-file-utils, - meson, - ninja, - pkg-config, - python3, - vala, - wrapGAppsHook3, - glib, - glib-networking, - gtk3, - json-glib, - libappindicator, - libsoup_2_4, - webkitgtk_4_0, -}: - -stdenv.mkDerivation rec { - pname = "meteo"; - version = "0.9.9.3"; - - src = fetchFromGitLab { - owner = "bitseater"; - repo = "meteo"; - rev = version; - hash = "sha256-hubKusrs0Hh8RryoEI29pnhTSNsIbtGMltlH4qoM6gE="; - }; - - nativeBuildInputs = [ - appstream - desktop-file-utils - meson - ninja - pkg-config - python3 - vala - wrapGAppsHook3 - ]; - - buildInputs = [ - glib - glib-networking # see #311066 - gtk3 - json-glib - libappindicator - libsoup_2_4 - webkitgtk_4_0 - ]; - - postPatch = '' - chmod +x meson/post_install.py - patchShebangs meson/post_install.py - ''; - - passthru = { - updateScript = nix-update-script { }; - }; - - meta = with lib; { - description = "Know the forecast of the next hours & days"; - homepage = "https://gitlab.com/bitseater/meteo"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ bobby285271 ]; - platforms = platforms.linux; - mainProgram = "com.gitlab.bitseater.meteo"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index ab3f928d9681..669fa9858d29 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1697,6 +1697,7 @@ mapAliases { memorymappingHook = throw "memorymapping has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05 memstream = throw "memstream has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05 memstreamHook = throw "memstream has been removed, as it was only useful on old macOS versions that are no longer supported"; # Added 2024-10-05 + meteo = throw "'meteo' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09 mhwaveedit = throw "'mkwaveedit' has been removed due to lack of maintenance upstream. Consider using 'audacity' or 'tenacity' instead"; # Added 2024-09-15 microcodeAmd = microcode-amd; # Added 2024-09-08 microcodeIntel = microcode-intel; # Added 2024-09-08