mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
noetic: Fix joy to compile against new Boost
This commit is contained in:
parent
eeec73f9de
commit
2beb0debae
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ in {
|
|||
nativeBuildInputs = nativeBuildInputs ++ [ self.pkg-config ];
|
||||
});
|
||||
|
||||
joy = rosSuper.joy.overrideAttrs ({ ... }: {
|
||||
# Boost.Math 1.87 requires C++14
|
||||
NIX_CFLAGS_COMPILE = ["-std=c++14"];
|
||||
});
|
||||
|
||||
laser-geometry = rosSuper.laser-geometry.overrideAttrs ({
|
||||
postPatch ? "", ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue