mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 03:04:49 +03:00
lunar: add catkin patches
This commit is contained in:
parent
f1bceef6ca
commit
a7d774f5fc
1 changed files with 18 additions and 0 deletions
|
@ -2,4 +2,22 @@
|
|||
self:
|
||||
# Distro package set
|
||||
rosSelf: rosSuper: {
|
||||
gazeboSimulator = self.gazeboSimulator // {
|
||||
gazebo = self.gazeboSimulator.gazebo7;
|
||||
};
|
||||
|
||||
catkin = rosSuper.catkin.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [
|
||||
(self.fetchpatch {
|
||||
url = https://github.com/ros/catkin/commit/98f97ffcffbb7127d4a8aff0fcb26d1578557906.patch;
|
||||
sha256 = "1z6yl5yqrbivw1zkibkk5vn5ykrsrfmba80vmcqriiz0fdq2sigk";
|
||||
})
|
||||
(self.fetchpatch {
|
||||
url = https://github.com/ros/catkin/commit/4812667954e4cb7f99a753ffd4d725047e73a73b.patch;
|
||||
sha256 = "02i12935w119yyqvwlrd0w3z6xl786wlrkh49wsx6djaljhk3w3a";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue