mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
noetic: fix hdf5-map-io build
This commit is contained in:
parent
e988a6925f
commit
6829a251ab
1 changed files with 6 additions and 0 deletions
|
@ -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=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue