mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
noetic: Fix gazebo by building against Boost 1.86
Patching gazebo after its end-of-life has little sense, especially given that the changes wouldn't be trivial. Therefore, we downgrade boost to fix the build.
This commit is contained in:
parent
ae1b3267f2
commit
7fc36cbf35
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, mkDerivation, fetchpatch, fetchurl, cmake, pkg-config, ronn, libGL
|
||||
, openal, hdf5, curl, tinyxml, tinyxml-2, libtar, gts, libusb1, qtbase, gdal
|
||||
, libuuid, graphviz, libsForQt5, freeimage, boost, protobuf, sdformat, tbb
|
||||
, libuuid, graphviz, libsForQt5, freeimage, boost186, protobuf, sdformat, tbb
|
||||
, ogre1_9, ffmpeg, ignition, ignition-cmake ? ignition.cmake0
|
||||
, ignition-common ? ignition.common, ignition-math ? ignition.math4
|
||||
, ignition-transport ? ignition.transport8, ignition-msgs ? ignition.msgs5
|
||||
|
@ -45,7 +45,7 @@ mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
freeimage
|
||||
boost
|
||||
boost186
|
||||
protobuf
|
||||
sdformat
|
||||
tbb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue