lopsided98 / nix-ros-overlay

ROS overlay for the Nix package manager
Apache License 2.0
173 stars 69 forks source link

fix cv-bridge: remove cxx output from opencv #351

Closed drsk0 closed 4 months ago

drsk0 commented 4 months ago

Seems like the opencv.cxxdev output has been removed from the opencv package and is not necessary anymore for cv-bridge. With this change nix develop github:lopsided98/nix-ros-overlay#example-turtlebot3-gazebo works again. I also tested to build the cv-bridge package for the other distros.

lopsided98 commented 4 months ago

It's the other way around; the cxxdev was added in a newer nixpkgs version than was pinned, but this is now fixed. See #343.

drsk0 commented 4 months ago

I see, thanks for fixing it anyway! By the way, the turtlebot example also hangs for me. Thanks for the effort you but into this, I'm happy I have found nix derivations for ROS.