Unverified Commit 2cc556e4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #222564 from wegank/ogre-1-9-drop

ogre1_9: drop
parents eed3be2c ea97d50f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 { };