mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Remove libstatistics-collector patch
It doesn't apply and is not needed anymore.
This commit is contained in:
parent
69219f8f35
commit
c1c526aea9
1 changed files with 0 additions and 12 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue