ogre1_9: drop

This commit is contained in:
Weijia Wang 2023-03-22 18:51:04 +02:00
parent 3efc9e2dc9
commit ea97d50ff0
2 changed files with 1 additions and 2 deletions

View File

@ -1107,6 +1107,7 @@ mapAliases ({
ocz-ssd-guru = throw "ocz-ssd-guru has been removed due to there being no source available"; # Added 2021-07-12
odpdown = throw "odpdown has been removed because it lacks python3 support"; # Added 2022-04-25
ofp = throw "ofp is not compatible with odp-dpdk";
ogre1_9 = throw "ogre1_9 has been removed, use ogre instead"; # Added 2023-03-22
olifant = throw "olifant has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05
opa = throw "opa has been removed from nixpkgs as upstream has abandoned the project"; # Added 2023-03-21
opam_1_2 = throw "'opam_1_2' has been renamed to/replaced by 'opam'"; # Added 2023-03-08

View File

@ -22613,7 +22613,6 @@ with pkgs;
mygui = callPackage ../development/libraries/mygui {
inherit (darwin.apple_sdk.frameworks) Cocoa;
ogre = ogre1_9;
};
mythes = callPackage ../development/libraries/mythes { };
@ -22767,7 +22766,6 @@ with pkgs;
ogre = callPackage ../development/libraries/ogre {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
ogre1_9 = callPackage ../development/libraries/ogre/1.9.x.nix { };
ogre1_10 = callPackage ../development/libraries/ogre/1.10.x.nix { };
olm = callPackage ../development/libraries/olm { };