kinetic: fix opencv3

This commit is contained in:
Ben Wolsieffer 2019-04-07 02:05:04 -04:00
parent 07bfc07c84
commit c4396288d8

View file

@ -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 ? [], ...
}: {