mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
melodic: eigenpy override isn't needed
This commit is contained in:
parent
12ab78ca39
commit
c42f077a7c
1 changed files with 0 additions and 11 deletions
|
@ -14,17 +14,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.pythonPackages.opencv3 ];
|
||||
});
|
||||
|
||||
eigenpy = rosSuper.eigenpy.overrideAttrs ({
|
||||
patches ? [], cmakeFlags ? [], ...
|
||||
}: {
|
||||
# Allow hardcoded Python path to be overridden
|
||||
patches = patches ++ [ (self.fetchpatch {
|
||||
url = "https://github.com/ipab-slmc/eigenpy_catkin-release/commit/5cb1b98b598670be41b2e9eefed58da7335ea93d.patch";
|
||||
sha256 = "1bliaamiajbw36s8jqs5ksj96w0cm26gy1dirr6i7vhk2grksxfx";
|
||||
}) ];
|
||||
cmakeFlags = cmakeFlags ++ [ "-DPYTHON_EXECUTABLE=${rosSelf.python.interpreter}" ];
|
||||
});
|
||||
|
||||
gazebo = self.gazebo_9;
|
||||
|
||||
pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue