1
0
Fork 0
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:
Ben Wolsieffer 2020-09-29 13:09:51 -04:00
parent 524bafb408
commit b06575ff4a

View file

@ -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;