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