From c1c526aea9df187de44cdeadf8061ae68ef18f88 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 8 Aug 2024 00:26:11 +0200 Subject: [PATCH] Remove libstatistics-collector patch It doesn't apply and is not needed anymore. --- distros/humble/overrides.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/distros/humble/overrides.nix b/distros/humble/overrides.nix index f7ebfdffc4..593db730cc 100644 --- a/distros/humble/overrides.nix +++ b/distros/humble/overrides.nix @@ -60,18 +60,6 @@ in with lib; { hash = "sha256-GpzGMpQ02s/X/XEcGoozzMjigrbqvAu81bcb7QG+36E="; }; - libstatistics-collector = rosSuper.libstatistics-collector.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - # Add missing cstdint include - (self.fetchpatch { - url = "https://github.com/ros-tooling/libstatistics_collector/commit/1c340c97c731019d0c7b40f8c167b0ef666bcf75.patch"; - hash = "sha256-zGCvIs/1CcqLyiLWZ+e3rCBJmNbGkkUs96dnPfHpjdE="; - }) - ]; - }); - libyaml-vendor = patchExternalProjectGit rosSuper.libyaml-vendor { url = "https://github.com/yaml/libyaml.git"; rev = "2c891fc7a770e8ba2fec34fc6b545c672beb37e6";