mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 11:38:39 +03:00
lunar: add opencv3 override
This commit is contained in:
parent
a7d774f5fc
commit
1689b48129
2 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,7 @@ rosSelf: rosSuper: {
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
# ROS kinetic and older provide their own OpenCV 3 package, because older
|
# ROS lunar and older provide their own OpenCV 3 package, because older
|
||||||
# Ubuntu versions did not have one. We don't need to use this.
|
# Ubuntu versions did not have one. We don't need to use this.
|
||||||
inherit (self) opencv3;
|
inherit (self) opencv3;
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,8 @@ rosSelf: rosSuper: {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# ROS lunar and older provide their own OpenCV 3 package, because older
|
||||||
|
# Ubuntu versions did not have one. We don't need to use this.
|
||||||
|
inherit (self) opencv3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue