File tree Expand file tree Collapse file tree 4 files changed +1
-114
lines changed
development/libraries/gmp Expand file tree Collapse file tree 4 files changed +1
-114
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ mapAliases {
475475 glfw-wayland-minecraft = glfw3-minecraft ; # Added 2024-05-08
476476 glxinfo = mesa-demos ; # Added 2024-07-04
477477 gmailieer = throw "'gmailieer' has been renamed to/replaced by 'lieer'" ; # Converted to throw 2024-10-17
478+ gmp4 = throw "'gmp4' is end-of-life, consider using 'gmp' instead" ; # Added 2024-12-24
478479 gnatboot11 = gnat-bootstrap11 ;
479480 gnatboot12 = gnat-bootstrap12 ;
480481 gnatboot = gnat-bootstrap ;
Original file line number Diff line number Diff line change @@ -9219,7 +9219,6 @@ with pkgs;
92199219 gmime3 = callPackage ../development/libraries/gmime/3.nix { };
92209220 gmime = gmime2;
92219221
9222- gmp4 = callPackage ../development/libraries/gmp/4.3.2.nix { }; # required by older GHC versions
92239222 gmp6 = callPackage ../development/libraries/gmp/6.x.nix { };
92249223 gmp = gmp6;
92259224 gmpxx = gmp.override { cxx = true; };
You can’t perform that action at this time.
0 commit comments