mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
gazebo: 11.2.0 -> 11.3.0
This commit is contained in:
parent
97d205f445
commit
f6dce23c7a
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ in {
|
|||
python38 = pythonOverridesFor super.python38;
|
||||
|
||||
qwt6 = super.qwt6.overrideAttrs ({ postInstall ? "", ... }: {
|
||||
# Some packages expect headers to be in subdirectory
|
||||
# Gazebo 9 expects headers to be in subdirectory
|
||||
postInstall = postInstall + ''
|
||||
ln -s "$out/include" "$out/include/qwt"
|
||||
'';
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
, ignition-fuel-tools ? ignition.fuel-tools
|
||||
|
||||
, bullet, withBulletEngineSupport ? false
|
||||
, version ? "11.2.0"
|
||||
, srcSha256 ? "1wvw7744fyagkr4jnr3klkca88pqm6njsa5fx6m52d4x7rbi3jh5"
|
||||
, version ? "11.3.0"
|
||||
, srcSha256 ? "1x4200vjxvlkns0knq1k8ms5lqlvpnz5qqx2gb2mc4l4l532jih9"
|
||||
, ... }: with lib;
|
||||
|
||||
mkDerivation rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue