mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
kinetic: fix opencv3
This commit is contained in:
parent
07bfc07c84
commit
c4396288d8
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ rosSelf: rosSuper: {
|
|||
cmakeFlags = cmakeFlags ++ [ "-DROS_BUILD_TYPE=1" ];
|
||||
});
|
||||
|
||||
# ROS kinetic 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;
|
||||
|
||||
python-qt-binding = rosSuper.python-qt-binding.overrideDerivation ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue