mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
melodic: fix opencv override
This commit is contained in:
parent
68e5c22d98
commit
028a90ebf8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
];
|
||||
});
|
||||
|
||||
opencv = opencv3;
|
||||
opencv = self.opencv3;
|
||||
|
||||
pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue