mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Minor cleanups.
This commit is contained in:
parent
02ef880f6e
commit
68ec618c69
2 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl";
|
||||
};
|
||||
|
||||
# Spends an hour time trying to download npm packages before failing.
|
||||
# Spends an hour trying to download npm packages before failing.
|
||||
vapor-master = rosSuper.vapor-master.overrideAttrs ({
|
||||
meta ? {}, ...
|
||||
}: {
|
||||
|
|
|
@ -51,6 +51,8 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
nativeBuildInputs = nativeBuildInputs ++ [ self.pkg-config ];
|
||||
});
|
||||
|
||||
roscpp = patchBoostSignals rosSuper.roscpp;
|
||||
|
||||
# rviz does not support shiboken/pyside2 and SIP4 is broken with the latest
|
||||
# pyqt5. This applies a patch to make pyqt5 compatible with SIP 4 and uses
|
||||
# SIP 4 with python-qt-binding for rviz only.
|
||||
|
@ -89,6 +91,4 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
wrapQtApp "$out/lib/rviz/rviz"
|
||||
'';
|
||||
});
|
||||
|
||||
roscpp = patchBoostSignals rosSuper.roscpp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue