Skip to content

Commit

Permalink
gazebo: remove commented out patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Nov 26, 2023
1 parent 5b24e85 commit 71a4c24
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkgs/gazebo/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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" ];
Expand Down

0 comments on commit 71a4c24

Please sign in to comment.