gazebo: Disable Wayland

This commit is contained in:
hacker1024 2023-09-12 16:12:56 +10:00 committed by Ben Wolsieffer
parent fbc92ecf51
commit fcc1774c7f

View file

@ -86,6 +86,10 @@ mkDerivation rec {
# Let the gazebo binary see neighboring binaries.
# It attempts to run gzclient from PATH.
"--prefix PATH : ${placeholder "out"}/bin"
# Prevent Gazebo from attempting to use Wayland.
# As is the case with RViz2, OGRE does not yet support it.
"--set WAYLAND_DISPLAY dummy" # "dummy" is arbitrary - it just doesn't exist.
];
meta = {