Skip to content

Commit

Permalink
noetic: restore libfranka patching
Browse files Browse the repository at this point in the history
index.ros.org claims libfranka is not included in noetic, but it clearly
is.
  • Loading branch information
lopsided98 committed Nov 17, 2024
1 parent f5f0ee1 commit 89a4655
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distros/noetic/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ in {
nativeBuildInputs = nativeBuildInputs ++ [ self.pkg-config ];
});

libfranka = rosSuper.libfranka.overrideAttrs ({
cmakeFlags ? [], ...
}: {
# Uses custom flag to disable tests. Attempts to download GTest without
# this.
cmakeFlags = cmakeFlags ++ [ "-DBUILD_TESTS=OFF" ];
});

libphidget22 = lib.patchVendorUrl rosSuper.libphidget22 {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.19.20240304.tar.gz";
hash = "sha256-GpzGMpQ02s/X/XEcGoozzMjigrbqvAu81bcb7QG+36E=";
Expand Down

0 comments on commit 89a4655

Please sign in to comment.