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 @@ -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 ;
Original file line number Diff line number Diff 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; };
You can’t perform that action at this time.
0 commit comments