summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-10 22:37:44 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-10 22:37:44 -0500
commitf4119fffddcdecf0ae1569d498086fd0b142bfa2 (patch)
treed088e4d3a382d7b93a3b97ccc45a8c2c8be933fa /pkgs/top-level/aliases.nix
parentf21759a7b973e08ced43599495b0ed15f107d990 (diff)
downloadnixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar.gz
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar.bz2
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar.lz
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar.xz
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.tar.zst
nixpkgs-f4119fffddcdecf0ae1569d498086fd0b142bfa2.zip
libsexy: remove
People have only been using this for the spell-entry widget, i.e even
hexchat just has the code vendored and are maintaining it themselves.

There is a continuation that could be packaged if anyone needs it
* https://github.com/TingPing/libsexy3
but currently no package within nixpkgs has a use for this.
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 528d6e1430e..f3abc0a6e24 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -215,6 +215,7 @@ mapAliases ({
   libsysfs = sysfsutils; # added 2018-04-25
   libtidy = html-tidy;  # added 2014-12-21
   libudev = udev; # added 2018-04-25
+  libsexy = throw "libsexy has been removed from nixpkgs, as it's abandoned and no package needed it."; # 2019-12-10
   links = links2; # added 2016-01-31
   linux_rpi0 = linux_rpi1;
   linuxPackages_rpi0 = linuxPackages_rpi1;