about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-03-21 21:57:33 +0100
committerajs124 <git@ajs124.de>2022-03-23 03:20:11 +0100
commit6324abc93e79839a2952ead746a3d202de78eda0 (patch)
tree51f8bc9c0339db905bf049a108aa743a4fa6c4fc /pkgs/top-level/aliases.nix
parentffae3b2360c0bca64e58e677a834b66f6fe44da0 (diff)
downloadnixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar.gz
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar.bz2
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar.lz
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar.xz
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.tar.zst
nixlib-6324abc93e79839a2952ead746a3d202de78eda0.zip
libpng_apng: drop
It's been the same as libpng since 8164d28, because
`libpng_apng = libpng.override { apngSupport = true; };`, but `apngSupport ? true`
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 818b8118d434..70e3bd958aaf 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -601,6 +601,7 @@ mapAliases ({
   liblrdf = throw "'liblrdf' has been renamed to/replaced by 'lrdf'"; # Converted to throw 2022-02-22
   libmsgpack = throw "'libmsgpack' has been renamed to/replaced by 'msgpack'"; # Converted to throw 2022-02-22
   libosmpbf = throw "libosmpbf was removed because it is no longer required by osrm-backend";
+  libpng_apng = throw "libpng_apng has been removed, because it is equivalent to libpng"; # Added 2021-03-21
   libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # Added 2020-04-09
   libqrencode = throw "'libqrencode' has been renamed to/replaced by 'qrencode'"; # Converted to throw 2022-02-22
   librdf = lrdf; # Added 2020-03-22