glew{,_1_10}: move to pkgs/by-name, rename from glew110
this shouldn't create any rebuilds
This commit is contained in:
@@ -200,7 +200,7 @@ rec {
|
||||
libogg
|
||||
libvorbis
|
||||
SDL2_image
|
||||
glew110
|
||||
glew_1_10
|
||||
openssl
|
||||
libidn
|
||||
onetbb
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
makeDesktopItem,
|
||||
imagemagick,
|
||||
glew110,
|
||||
glew_1_10,
|
||||
SDL_compat,
|
||||
nix-update-script,
|
||||
}:
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [ imagemagick ];
|
||||
|
||||
buildInputs = [
|
||||
glew110
|
||||
glew_1_10
|
||||
SDL_compat
|
||||
];
|
||||
|
||||
|
||||
@@ -697,6 +697,7 @@ mapAliases {
|
||||
gjay = throw "'gjay' has been removed as it is unmaintained upstream"; # Added 2025-05-25
|
||||
glabels = throw "'glabels' has been removed because it is no longer maintained. Consider using 'glabels-qt', which is an active fork."; # Added 2025-09-16
|
||||
glaxnimate = kdePackages.glaxnimate; # Added 2025-09-17
|
||||
glew110 = warnAlias "'glew110' has been renamed to 'glew_1_10'" glew_1_10; # Added 2026-01-14
|
||||
glew-egl = throw "'glew-egl' has been renamed to/replaced by 'glew'"; # Converted to throw 2025-10-27
|
||||
glfw-wayland = throw "'glfw-wayland' has been renamed to/replaced by 'glfw'"; # Converted to throw 2025-10-27
|
||||
glfw-wayland-minecraft = throw "'glfw-wayland-minecraft' has been renamed to/replaced by 'glfw3-minecraft'"; # Converted to throw 2025-10-27
|
||||
|
||||
@@ -6810,8 +6810,6 @@ with pkgs;
|
||||
|
||||
graphia = qt6Packages.callPackage ../applications/science/misc/graphia { };
|
||||
|
||||
glew = callPackage ../development/libraries/glew { };
|
||||
glew110 = callPackage ../development/libraries/glew/1.10.nix { };
|
||||
glfw = glfw3;
|
||||
glfw2 = callPackage ../development/libraries/glfw/2.x.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user