mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
gazebo: fix qwt dependency
This commit is contained in:
parent
e79cbd3715
commit
60e2d68e83
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, mkDerivation, fetchurl, fetchpatch, cmake, pkg-config, ronn, libGL
|
||||
, openal, hdf5, curl, tinyxml, tinyxml-2, libtar, gts, libusb1, qtbase, gdal
|
||||
, libuuid, graphviz, qwt, freeimage, boost, protobuf, sdformat, tbb, ogre1_10
|
||||
, ffmpeg, ignition, ignition-cmake ? ignition.cmake0
|
||||
, libuuid, graphviz, libsForQt5, freeimage, boost, protobuf, sdformat, tbb
|
||||
, ogre1_10, ffmpeg, ignition, ignition-cmake ? ignition.cmake0
|
||||
, ignition-common ? ignition.common, ignition-math ? ignition.math4
|
||||
, ignition-transport ? ignition.transport, ignition-msgs ? ignition.msgs
|
||||
, ignition-fuel-tools ? ignition.fuel-tools
|
||||
|
@ -42,7 +42,7 @@ mkDerivation rec {
|
|||
graphviz
|
||||
ignition-cmake
|
||||
ignition-common
|
||||
qwt
|
||||
libsForQt5.qwt
|
||||
] ++ optional withBulletEngineSupport bullet;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue