mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 11:14:49 +03:00
melodic: gazebo-plugins: remove upstreamed patch
This commit is contained in:
parent
e24aa6fb96
commit
88d7ed5ada
1 changed files with 0 additions and 12 deletions
|
@ -14,18 +14,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
gazebo-plugins = rosSuper.gazebo-plugins.overrideAttrs ({
|
|
||||||
patches ? [], ...
|
|
||||||
}:{
|
|
||||||
patches = patches ++ [
|
|
||||||
(self.fetchpatch {
|
|
||||||
url = "https://github.com/ros-simulation/gazebo_ros_pkgs/commit/b756d784d4bdc45bf33b28ac6c0a01c15563e36c.patch";
|
|
||||||
sha256 = "08lpkcda9yr3vjc2wxy5hzm99g7876d6402snac3mx5j7fa3w5i2";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
gazeboSimulator = self.gazeboSimulator // {
|
gazeboSimulator = self.gazeboSimulator // {
|
||||||
gazebo = self.gazeboSimulator.gazebo9;
|
gazebo = self.gazeboSimulator.gazebo9;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue