mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
gazebo: Disable Wayland
This commit is contained in:
parent
fbc92ecf51
commit
fcc1774c7f
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ mkDerivation rec {
|
||||||
# Let the gazebo binary see neighboring binaries.
|
# Let the gazebo binary see neighboring binaries.
|
||||||
# It attempts to run gzclient from PATH.
|
# It attempts to run gzclient from PATH.
|
||||||
"--prefix PATH : ${placeholder "out"}/bin"
|
"--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 = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue