about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2024-01-07 13:00:00 +0100
committerMartin Weinelt <mweinelt@users.noreply.github.com>2024-01-07 17:05:28 +0100
commit255ec95023ee8c2a51528a68a78416b92c85a094 (patch)
treea7d3ad58207443a0830e613a44a75811b260cfe1 /pkgs/top-level
parentbe5b82b25985be9f06a53498665274bc48d1cb12 (diff)
downloadnixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar.gz
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar.bz2
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar.lz
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar.xz
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.tar.zst
nixlib-255ec95023ee8c2a51528a68a78416b92c85a094.zip
python311Packages.thumborPexif: remove
It is only compatible with Python 2, and not referenced by anything in-tree.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-aliases.nix1
-rw-r--r--pkgs/top-level/python-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index c03982192c98..4d5f0e0ba22b 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -468,6 +468,7 @@ mapAliases ({
   Theano = theano; # added 2023-02-19
   TheanoWithCuda = theanoWithCuda; # added 2023-02-19
   TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19
+  thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
   torrent_parser = torrent-parser; # added 2023-11-04
   transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
   tumpa = throw "tumpa was promoted to a top-level attribute"; # added 2022-11-19
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 32ac368e983b..f578bc2926ae 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14264,8 +14264,6 @@ self: super: with self; {
 
   throttler = callPackage ../development/python-modules/throttler { };
 
-  thumborPexif = callPackage ../development/python-modules/thumborpexif { };
-
   tkinter = callPackage ../development/python-modules/tkinter {
     py = python.override { x11Support=true; };
   };