Skip to content

Commit

Permalink
Remove orge1_9 override.
Browse files Browse the repository at this point in the history
We maintain Ogre 1.9 in this overlay now.
  • Loading branch information
lopsided98 committed Aug 2, 2023
1 parent 68ec618 commit da739e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ let
python = rosSelf.python;
enablePython = true;
};

# Ogre 1.9 has been removed from nixpkgs, use Ogre 1.10
# TODO: make this change in rosdep if Ogre 1.10 works with most packages.
ogre1_9 = self.ogre1_10.overrideAttrs ({
cmakeFlags ? [], ...
}: {
# Avoid broken Boost::date_time dependency in CMake config file
cmakeFlags = cmakeFlags ++ [ "-DOGRE_CONFIG_THREAD_PROVIDER=std" ];
});
};

overrides = rosSelf: rosSuper: with rosSelf.lib; {
Expand Down

0 comments on commit da739e1

Please sign in to comment.