Skip to content

Commit ab62799

Browse files
committed
clips-vendor: Patch ament_vendor() calls
1 parent 14cade9 commit ab62799

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"clips_vendor": {
3+
"url": "https://raw.githubusercontent.com/carologistics/clips_vendor/r925/clipsrules-code-r925.zip",
4+
"sha256": "08macis5ai6y6azzbp5mhyk30sx3qx3903wsbry9agfabgd2yviw"
5+
}
6+
}

distros/jazzy/overrides.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ self:
44
rosSelf: rosSuper: let
55
inherit (rosSelf) lib;
66
in {
7+
clips-vendor = lib.patchAmentVendorFile rosSuper.clips-vendor { };
8+
79
cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
810
patches ? [], ...
911
}: {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"clips_vendor": {
3+
"url": "https://raw.githubusercontent.com/carologistics/clips_vendor/r925/clipsrules-code-r925.zip",
4+
"sha256": "08macis5ai6y6azzbp5mhyk30sx3qx3903wsbry9agfabgd2yviw"
5+
}
6+
}

distros/kilted/overrides.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ self:
44
rosSelf: rosSuper: let
55
inherit (rosSelf) lib;
66
in {
7+
clips-vendor = lib.patchAmentVendorFile rosSuper.clips-vendor { };
8+
79
cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
810
patches ? [], ...
911
}: {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"clips_vendor": {
3+
"url": "https://raw.githubusercontent.com/carologistics/clips_vendor/r925/clipsrules-code-r925.zip",
4+
"sha256": "08macis5ai6y6azzbp5mhyk30sx3qx3903wsbry9agfabgd2yviw"
5+
}
6+
}

distros/rolling/overrides.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ self:
44
rosSelf: rosSuper: let
55
inherit (rosSelf) lib;
66
in {
7+
clips-vendor = lib.patchAmentVendorFile rosSuper.clips-vendor { };
8+
79
cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
810
patches ? [], ...
911
}: {

0 commit comments

Comments
 (0)