mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
parent
3f5755af61
commit
1ba70442d8
1 changed files with 2 additions and 1 deletions
|
@ -13,12 +13,13 @@
|
|||
, CXXFLAGS ? ""
|
||||
, postFixup ? ""
|
||||
, passthru ? { }
|
||||
, separateDebugInfo ? true
|
||||
, ...
|
||||
}@args:
|
||||
|
||||
(if buildType == "ament_python" then pythonPackages.buildPythonPackage
|
||||
else stdenv.mkDerivation) (args // {
|
||||
inherit doCheck dontWrapQtApps;
|
||||
inherit doCheck dontWrapQtApps separateDebugInfo;
|
||||
|
||||
# Disable warnings that cause "Log limit exceeded" errors on Hydra in lots of
|
||||
# packages that use Eigen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue