mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
kinetic: actionlib: remove upstreamed patch
This commit is contained in:
parent
524bafb408
commit
b06575ff4a
1 changed files with 0 additions and 11 deletions
|
@ -2,17 +2,6 @@
|
|||
self:
|
||||
# Distro package set
|
||||
rosSelf: rosSuper: with rosSelf.lib; {
|
||||
actionlib = rosSuper.actionlib.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [
|
||||
(self.fetchpatch {
|
||||
url = https://github.com/ros/actionlib/commit/677e952fcbfe49e6e4c5b835357f88740f49c6ff.patch;
|
||||
sha256 = "0825w6r5kzz9y7syrrn6q1v0fjrd8qhn11rq2n4kc064702r8jf7";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
# If anyone actually needs this package, it's your problem to get it to
|
||||
# compile.
|
||||
astra-camera = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue