mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
gazebo: use latest boost
This commit is contained in:
parent
ea626eb3dd
commit
ed8ec8fb91
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, mkDerivation, fetchurl, fetchpatch, cmake, pkg-config, ronn, libGL
|
||||
, openal, hdf5, curl, tinyxml, tinyxml-2, libtar, gts, libusb1, qtbase, gdal
|
||||
, libuuid, graphviz, libsForQt5, freeimage, boost173, protobuf, sdformat, tbb
|
||||
, libuuid, graphviz, libsForQt5, freeimage, boost, protobuf, sdformat, tbb
|
||||
, ogre, ffmpeg, ignition, ignition-cmake ? ignition.cmake0
|
||||
, ignition-common ? ignition.common, ignition-math ? ignition.math4
|
||||
, ignition-transport ? ignition.transport8, ignition-msgs ? ignition.msgs
|
||||
|
@ -66,7 +66,7 @@ mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
freeimage
|
||||
boost173
|
||||
boost
|
||||
protobuf
|
||||
sdformat
|
||||
tbb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue