melodic: gazebo-plugins: remove upstreamed patch

This commit is contained in:
Ben Wolsieffer 2020-01-09 23:50:01 -05:00
parent e24aa6fb96
commit 88d7ed5ada

View file

@ -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 // {
gazebo = self.gazeboSimulator.gazebo9;
};