mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
buildRosPackage: don't always enable strictDeps
It was too ambitious to enable strictDeps all the time, as too many packages need fixes. Now it is only enabled for Python packages and when cross-compiling.
This commit is contained in:
parent
ef6efdb2d5
commit
cfb8dd0497
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
(if buildType == "ament_python" then pythonPackages.buildPythonPackage
|
||||
else stdenv.mkDerivation) (args // {
|
||||
inherit doCheck dontWrapQtApps;
|
||||
strictDeps = true;
|
||||
|
||||
# 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