diff --git a/pkgs/by-name/eo/eolie/package.nix b/pkgs/by-name/eo/eolie/package.nix deleted file mode 100644 index ef455d62358c..000000000000 --- a/pkgs/by-name/eo/eolie/package.nix +++ /dev/null @@ -1,97 +0,0 @@ -{ - lib, - fetchgit, - meson, - ninja, - pkg-config, - nix-update-script, - python3, - gtk3, - libsecret, - gst_all_1, - webkitgtk_4_0, - glib, - glib-networking, - gtkspell3, - hunspell, - desktop-file-utils, - gobject-introspection, - wrapGAppsHook3, - gnome-settings-daemon, -}: - -python3.pkgs.buildPythonApplication rec { - pname = "eolie"; - version = "0.9.99"; - - format = "other"; - doCheck = false; - - src = fetchgit { - url = "https://gitlab.gnome.org/World/eolie"; - tag = version; - fetchSubmodules = true; - sha256 = "077jww5mqg6bbqbj0j1gss2j3dxlfr2xw8bc43k8vg52drqg6g8w"; - }; - - nativeBuildInputs = [ - desktop-file-utils - gobject-introspection - meson - ninja - pkg-config - wrapGAppsHook3 - ]; - - buildInputs = with gst_all_1; [ - glib-networking - gst-libav - gst-plugins-base - gst-plugins-ugly - gstreamer - gnome-settings-daemon - gtk3 - gtkspell3 - hunspell - libsecret - webkitgtk_4_0 - glib - ]; - - propagatedBuildInputs = with python3.pkgs; [ - pyfxa - beautifulsoup4 - cryptography - pycairo - pygobject3 - python-dateutil - pycrypto - ]; - - postPatch = '' - chmod +x meson_post_install.py - patchShebangs meson_post_install.py - ''; - - dontWrapGApps = true; - preFixup = '' - buildPythonPath "$out $propagatedBuildInputs" - patchPythonScript "$out/libexec/eolie-sp" - makeWrapperArgs+=("''${gappsWrapperArgs[@]}") - ''; - - passthru = { - updateScript = nix-update-script { }; - }; - - strictDeps = false; - - meta = with lib; { - description = "New GNOME web browser"; - mainProgram = "eolie"; - homepage = "https://gitlab.gnome.org/World/eolie"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ samdroid-apps ]; - platforms = platforms.linux; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 816f42206132..df3d2ca00397 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -564,6 +564,7 @@ mapAliases { EmptyEpsilon = empty-epsilon; # Added 2024-07-14 enyo-doom = enyo-launcher; # Added 2022-09-09 + eolie = throw "'eolie' has been removed due to being unmaintained"; # Added 2025-04-15 epdfview = throw "'epdfview' has been removed due to lack of maintenance upstream. Consider using 'qpdfview' instead"; # Added 2024-10-19 ephemeral = throw "'ephemeral' has been archived upstream since 2022-04-02"; # added 2025-04-12 epoxy = throw "'epoxy' has been renamed to/replaced by 'libepoxy'"; # Converted to throw 2024-10-17