Skip to content

Commit e23fc11

Browse files
committed
qt-gui-cpp: need shiboken or sip
1 parent b6ecdf2 commit e23fc11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

distros/rolling/overrides.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ in {
245245
fetchgitArgs.hash = "sha256-b02OFUx0BxUA6HN6IaacSg1t3RP4o7NND7X0U635W8U=";
246246
};
247247

248+
qt-gui-cpp = rosSuper.qt-gui-cpp.overrideAttrs ({
249+
nativeBuildInputs ? [], ...
250+
}: {
251+
nativeBuildInputs = nativeBuildInputs ++ [
252+
self.python3.pkgs.shiboken6
253+
];
254+
});
255+
248256
rviz-ogre-vendor = lib.patchAmentVendorGit rosSuper.rviz-ogre-vendor {
249257
tarSourceArgs.hook = let
250258
version = "1.79";

0 commit comments

Comments
 (0)