Skip to content

Commit ac7f80c

Browse files
committed
gmp4: drop
No more usages in nixpkgs.
1 parent 2f15fd5 commit ac7f80c

File tree

4 files changed

+1
-114
lines changed

4 files changed

+1
-114
lines changed

pkgs/development/libraries/gmp/4.3.2.nix

Lines changed: 0 additions & 95 deletions
This file was deleted.

pkgs/development/libraries/gmp/need-size-t.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ mapAliases {
472472
glfw-wayland-minecraft = glfw3-minecraft; # Added 2024-05-08
473473
glxinfo = mesa-demos; # Added 2024-07-04
474474
gmailieer = throw "'gmailieer' has been renamed to/replaced by 'lieer'"; # Converted to throw 2024-10-17
475+
gmp4 = throw "'gmp4' is end-of-life, consider using 'gmp' instead"; # Added 2024-12-24
475476
gnatboot11 = gnat-bootstrap11;
476477
gnatboot12 = gnat-bootstrap12;
477478
gnatboot = gnat-bootstrap;

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9221,7 +9221,6 @@ with pkgs;
92219221
gmime3 = callPackage ../development/libraries/gmime/3.nix { };
92229222
gmime = gmime2;
92239223

9224-
gmp4 = callPackage ../development/libraries/gmp/4.3.2.nix { }; # required by older GHC versions
92259224
gmp6 = callPackage ../development/libraries/gmp/6.x.nix { };
92269225
gmp = gmp6;
92279226
gmpxx = gmp.override { cxx = true; };

0 commit comments

Comments
 (0)