mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 11:38:39 +03:00
gazebo: 11.14.0 -> 11.15.1
This commit is contained in:
parent
df658f7352
commit
98b0ae0279
1 changed files with 2 additions and 11 deletions
|
@ -11,22 +11,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "gazebo";
|
pname = "gazebo";
|
||||||
version = "11.14.0";
|
version = "11.15.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${pname}-${version}.tar.bz2";
|
url = "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${pname}-${version}.tar.bz2";
|
||||||
hash = "sha256-fphCwEbJ4HVTVbJ0wkCoq79Olivnznt/WRlOX0tYT0U=";
|
hash = "sha256-4EZal6G2SSZiyktio9ht1zHCLnuRLyD9wS/6CevW1xA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Allow building with graphviz 10+
|
|
||||||
(fetchpatch {
|
|
||||||
name = "fix-build-against-graphviz-10.patch";
|
|
||||||
url = "https://github.com/gazebosim/gazebo-classic/commit/3a9efee7ccdf552cbf22188131782f242f6c0542.patch";
|
|
||||||
hash = "sha256-KPwuDdTEWMDbLF/FQACM/huCYlXDg43cd8QBt3E859A=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
cmakeFlags = [ "-DUSE_HOST_CFLAGS=False" ];
|
cmakeFlags = [ "-DUSE_HOST_CFLAGS=False" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue