noetic: fix hdf5-map-io build

This commit is contained in:
Jeremy Kolb 2024-08-30 17:35:03 -04:00 committed by Ben Wolsieffer
parent e988a6925f
commit 6829a251ab

View file

@ -21,6 +21,12 @@ rosSelf: rosSuper: with rosSelf.lib; {
gazebo = self.gazebo_11;
hdf5-map-io = rosSuper.hdf5-map-io.overrideAttrs ({
nativeBuildInputs ? [], ...
} : {
nativeBuildInputs = nativeBuildInputs ++ [ self.pkg-config ];
});
libphidget22 = 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=";