summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-20 21:42:16 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-23 10:13:02 +0800
commita4e6fbc3bf980af29c99f969106e8c34c1ebb687 (patch)
tree8be2457263f95754fbb18d85b28e7afa266eac1a /pkgs/top-level/aliases.nix
parent284370ecf074a5b1b9efaca9952864ad3d4c80b8 (diff)
downloadnixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar.gz
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar.bz2
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar.lz
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar.xz
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.tar.zst
nixpkgs-a4e6fbc3bf980af29c99f969106e8c34c1ebb687.zip
gnome.empathy: drop
Unmaintained and does not launch.

libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

Already removed in debian when bumping GNOME to 43: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018122
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 5506b451ddb..7642fb07f82 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -419,6 +419,7 @@ mapAliases ({
   emacsPackagesNgGen = throw "'emacsPackagesNgGen' has been renamed to/replaced by 'emacsPackagesFor'"; # Converted to throw 2022-02-22
   emacsWithPackages = emacs.pkgs.withPackages; # Added 2020-12-18
 
+  empathy = throw "empathy was removed as it is unmaintained and no longer launches due to libsoup3 migration"; # Added 2023-01-20
   enblendenfuse = throw "'enblendenfuse' has been renamed to/replaced by 'enblend-enfuse'"; # Converted to throw 2022-02-22
   encryptr = throw "encryptr was removed because it reached end of life"; # Added 2022-02-06
   envdir = throw "envdir has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03