1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

gazebo: remove commented out patch

This commit is contained in:
Ben Wolsieffer 2023-11-26 15:48:43 -05:00
parent 5b24e85064
commit 71a4c24a33

View file

@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchurl, fetchpatch, cmake, pkg-config, ronn, libGL
{ lib, mkDerivation, 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
, ogre1_9, ffmpeg, ignition, ignition-cmake ? ignition.cmake0
@ -17,12 +17,6 @@ mkDerivation rec {
hash = "sha256-fphCwEbJ4HVTVbJ0wkCoq79Olivnznt/WRlOX0tYT0U=";
};
# Fix build with Protobuf >= 22
# patches = [ (fetchpatch {
# url = "https://github.com/gazebosim/gazebo-classic/commit/17e09f574a4f39caff279cd70364cd1a3ea46f70.patch";
# hash = "sha256-YrepsP3TOQsJaF+rIF4CmfEHSRfL2j9dqQCmd1UR2b8=";
# }) ];
enableParallelBuilding = true;
cmakeFlags = [ "-DUSE_HOST_CFLAGS=False" ];