mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
melodic: apriltag: add patch to fix build
This commit is contained in:
parent
0b8a0e6e04
commit
0cf57dfccb
1 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,18 @@
|
|||
self:
|
||||
# Distro package set
|
||||
rosSelf: rosSuper: with rosSelf.lib; {
|
||||
apriltag = rosSuper.apriltag.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [
|
||||
# Fix assumption that CMAKE_INSTALL_INCLUDEDIR is relative
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/lopsided98/apriltag/commit/a6a5da0c834f5091f141c2088c1985876d0f9faa.patch";
|
||||
sha256 = "0pjfp6qk2rsvy36gzag1ny511cl52l80r76blckn2p1rpi78i68a";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
cv-bridge = (patchBoostPython rosSuper.cv-bridge).overrideAttrs ({
|
||||
patches ? [],
|
||||
propagatedBuildInputs ? [], ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue