1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

tile-map: remove upstreamed patch

This commit is contained in:
Ben Wolsieffer 2020-05-23 17:36:51 -04:00
parent 9b093a46f8
commit 8c6fbed087

View file

@ -277,16 +277,6 @@ let
tf2 = patchBoostSignals rosSuper.tf2;
tile-map = rosSuper.tile-map.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [ (self.fetchpatch {
url = "https://github.com/swri-robotics/mapviz/commit/1600eaab695b4047fbf690e356362b4376cfecfd.patch";
stripLen = 1;
sha256 = "1g2kw3pz3amzj99a13r398r8cxbpi6ganqlhz2qgd22raw8qnrxx";
}) ];
});
tinydir-vendor = patchVendorUrl rosSuper.tinydir-vendor {
url = "https://github.com/cxong/tinydir/archive/1.2.4.tar.gz";
sha256 = "1qjwky7v4b9d9dmxzsybnhiz6xgx94grc67sdyvlp1d4kfkfsl4w";