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

gazebo_9: 9.13.1 -> 9.16.0

This commit is contained in:
Ben Wolsieffer 2020-12-05 18:14:55 -05:00
parent 12af36724c
commit 680da42d76
2 changed files with 2 additions and 11 deletions

View file

@ -1,8 +1,8 @@
{ callPackage, sdformat_6, ignition, ... } @ args:
callPackage ./. (args // {
version = "9.13.1";
srcSha256 = "092wlj6swx4d5250j9a320ii6c0nlhfvbz6bqdpxg410xxd2lsgz";
version = "9.16.0";
srcSha256 = "0nyic4s49jy6nwq5qfhj51b1rp69g12s5dnl09h8jcja4mgq1wlc";
sdformat = sdformat_6;
ignition-common = ignition.common1;
ignition-transport = ignition.transport4;

View file

@ -20,15 +20,6 @@ mkDerivation rec {
sha256 = srcSha256;
};
patches = [
# Fix CMake relative path assumptions
(optional (lib.versionOlder version "11") (fetchpatch {
# https://github.com/osrf/gazebo/pull/2779
url = "https://github.com/osrf/gazebo/commit/8d8dcff5c0c92c5903883f3215236c6bf6ff1a5f.patch";
sha256 = "1q13cfscf02qkkp0wq03phdakl4i0qzlibiw0k76p50dygw2z864";
}))
];
enableParallelBuilding = true;
cmakeFlags = [ "-DUSE_HOST_CFLAGS=False" ];